# HG changeset patch # User hertzhaft # Date 1327509255 -3600 # Node ID 2673b88d7beb4f6349669a15e7401974e9a30d54 # Parent 0b5fa035af30f0d9b7998e1af4379ca4c68d352b more commas diff -r 0b5fa035af30 -r 2673b88d7beb webapp/src/main/webapp/jquery/jquery.digilib.buttons.js --- a/webapp/src/main/webapp/jquery/jquery.digilib.buttons.js Wed Jan 25 16:41:43 2012 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.buttons.js Wed Jan 25 17:34:15 2012 +0100 @@ -218,7 +218,7 @@ } // persist setting digilib.fn.storeOptions(data); - }, + } }; diff -r 0b5fa035af30 -r 2673b88d7beb webapp/src/main/webapp/jquery/jquery.digilib.js --- a/webapp/src/main/webapp/jquery/jquery.digilib.js Wed Jan 25 16:41:43 2012 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.js Wed Jan 25 17:34:15 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);