diff options
| author | spiderr <spider@viovio.com> | 2013-09-03 14:05:33 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-09-03 14:05:33 -0400 |
| commit | cc48d558ccad46f775ee0e8196787a0a70edec28 (patch) | |
| tree | 9c360154ddfbb627cf9e4a0a0b76de0002de441f /gallery_views | |
| parent | dae95bcb4f670c5be5c78317e44b281dba2f66a6 (diff) | |
| download | fisheye-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.js | 4 |
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;"'+ |
