Mercurial > hg > digilib-old
changeset 967:7e5a84d8d251
Merge with 2673b88d7beb4f6349669a15e7401974e9a30d54
author | robcast |
---|---|
date | Wed, 25 Jan 2012 17:35:23 +0100 |
parents | 887143872b86 (current diff) 2673b88d7beb (diff) |
children | 665fd0e912f9 b757a3cf7d95 |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.buttons.js Wed Jan 25 16:59:06 2012 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.buttons.js Wed Jan 25 17:35:23 2012 +0100 @@ -218,7 +218,7 @@ } // persist setting digilib.fn.storeOptions(data); - }, + } };
--- a/webapp/src/main/webapp/jquery/jquery.digilib.js Wed Jan 25 16:59:06 2012 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.js Wed Jan 25 17:35:23 2012 +0100 @@ -178,7 +178,7 @@ // let $elem have its own copy of settings settings : elemSettings, // and of the URL query parameters - queryParams : params, + queryParams : params }; // store in jQuery data element $elem.data('digilib', data);