summaryrefslogtreecommitdiff
path: root/lib/gallery.show_full_size.js
AgeCommit message (Collapse)Author
2009-08-07Rename gallery.common.js functions to conform to our naming standardsBharat Mediratta
and have some basic namespacing: showMessage --> gallery_show_message vAlign --> gallery_valign showLoading --> gallery_show_loading Convert gallery.show_full_size.js to be a jQuery function and give it a namespace: show_full_size --> gallery_show_full_size
2009-06-28Use Number() instead of toFixed().. FF 3.x doesn't seem to like toFixed() on ↵Bharat Mediratta
native types.
2009-06-16Move the show_full_size code into gallery/lib so that it's generallyBharat Mediratta
available to themes that want to use it. It should probably eventually be generalized away from just being for full sized images, but it's a step in the right direction. Fixes ticket #427.