summaryrefslogtreecommitdiff
path: root/gallery_views
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-09-03 14:05:33 -0400
committerspiderr <spider@viovio.com>2013-09-03 14:05:33 -0400
commitcc48d558ccad46f775ee0e8196787a0a70edec28 (patch)
tree9c360154ddfbb627cf9e4a0a0b76de0002de441f /gallery_views
parentdae95bcb4f670c5be5c78317e44b281dba2f66a6 (diff)
downloadfisheye-cc48d558ccad46f775ee0e8196787a0a70edec28.tar.gz
fisheye-cc48d558ccad46f775ee0e8196787a0a70edec28.tar.bz2
fisheye-cc48d558ccad46f775ee0e8196787a0a70edec28.zip
add jquery.migrate.js for gallerific
Diffstat (limited to 'gallery_views')
-rw-r--r--gallery_views/galleriffic/js/jquery.history.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gallery_views/galleriffic/js/jquery.history.js b/gallery_views/galleriffic/js/jquery.history.js
index 90f21fa..763e6e4 100644
--- a/gallery_views/galleriffic/js/jquery.history.js
+++ b/gallery_views/galleriffic/js/jquery.history.js
@@ -27,8 +27,8 @@ jQuery.extend({
if (jQuery.browser.msie) {
// To stop the callback firing twice during initilization if no hash present
if (jQuery.historyCurrentHash == '') {
- jQuery.historyCurrentHash = '#';
- }
+ jQuery.historyCurrentHash = '#';
+ }
// add hidden iframe for IE
jQuery("body").prepend('<iframe id="jQuery_history" style="display: none;"'+