diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-04 08:27:10 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-04 08:27:10 +0100 |
| commit | 0f82c8cb6936c822e6381f07ac341c4d39f7b9cb (patch) | |
| tree | e3d9e2dfabec7d3876dd7114c6af7a8e100d2bac /gallery_views | |
| parent | f96fc8746a784c27dc40cae265f437ab66bc173b (diff) | |
| download | fisheye-0f82c8cb6936c822e6381f07ac341c4d39f7b9cb.tar.gz fisheye-0f82c8cb6936c822e6381f07ac341c4d39f7b9cb.tar.bz2 fisheye-0f82c8cb6936c822e6381f07ac341c4d39f7b9cb.zip | |
Tidy white space
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 763e6e4..90f21fa 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;"'+ |
