Index: jquery.history_remote.min.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jstools/jquery.history_remote.min.js,v
retrieving revision 1.1
diff -u -r1.1 jquery.history_remote.min.js
--- jquery.history_remote.min.js	21 Jun 2007 23:03:00 -0000	1.1
+++ jquery.history_remote.min.js	10 Sep 2007 21:04:32 -0000
@@ -1,5 +1,5 @@
 
-(function($){$.ajaxHistory=new function(){var RESET_EVENT='historyReset';var _currentHash=location.hash;var _states={};var _intervalId=null;var _observeHistory;this.update=function(){};var _defaultReset=function(){$('.remote-output').empty();};$(document).bind(RESET_EVENT,_defaultReset);_updateCallback=function(hash){$('a[@href$="'+hash+'"]').click();}
+(function($){$.ajaxHistory=new function(){var RESET_EVENT='historyReset';var _currentHash=location.hash;var _states={};var _intervalId=null;var _observeHistory;this.update=function(){};var _defaultReset=function(){$('.remote-output').empty();};$(document).bind(RESET_EVENT,_defaultReset);_updateCallback=function(hash){$('a[@href$="'+hash+'"]').click();};
 if($.browser.msie){var _historyIframe,initialized=false;$(function(){_historyIframe=$('<iframe style="display: none;"></iframe>').appendTo(document.body).get(0);var iframe=_historyIframe.contentWindow.document;iframe.open();iframe.close();if(_currentHash&&_currentHash!='#'){iframe.location.hash=_currentHash.replace('#','');}});this.update=function(hash,callback){callback=(typeof callback=='function')?callback:_updateCallback;_currentHash=hash;var iframe=_historyIframe.contentWindow.document;iframe.open();iframe.close();iframe.location.hash=hash.replace('#','');_states[hash]=callback;};_observeHistory=function(){var iframe=_historyIframe.contentWindow.document;var iframeHash=iframe.location.hash;if(iframeHash!=_currentHash){_currentHash=iframeHash;if(iframeHash&&iframeHash!='#'){_states[iframeHash](iframeHash);location.hash=iframeHash;}else if(initialized){location.hash='';$(document).trigger(RESET_EVENT);}}
 initialized=true;};}else if($.browser.mozilla||$.browser.opera){this.update=function(hash,callback){callback=(typeof callback=='function')?callback:_updateCallback;_currentHash=hash;_states[hash]=callback;};_observeHistory=function(){if(location.hash){if(_currentHash!=location.hash){_currentHash=location.hash;_states[_currentHash](_currentHash);}}else if(_currentHash){_currentHash='';$(document).trigger(RESET_EVENT);}};}else if($.browser.safari){var _backStack,_forwardStack,_addHistory;$(function(){_backStack=[];_backStack.length=history.length;_forwardStack=[];});var isFirst=false,initialized=false;_addHistory=function(hash){_backStack.push(hash);_forwardStack.length=0;isFirst=false;};this.update=function(hash,callback){callback=(typeof callback=='function')?callback:_updateCallback;_currentHash=hash;_addHistory(_currentHash);_states[hash]=callback;};_observeHistory=function(){var historyDelta=history.length-_backStack.length;if(historyDelta){isFirst=false;if(historyDelta<0){for(var i=0;i<Math.abs(historyDelta);i++)_forwardStack.unshift(_backStack.pop());}else{for(var i=0;i<historyDelta;i++)_backStack.push(_forwardStack.shift());}
 var cachedHash=_backStack[_backStack.length-1];_states[cachedHash](cachedHash);_currentHash=location.hash;}else if(_backStack[_backStack.length-1]==undefined&&!isFirst){if(document.URL.indexOf('#')>=0){_states[document.URL.split('#')[1]](document.URL.split('#')[1]);}else if(initialized){$(document).trigger(RESET_EVENT);}
Index: jquery.history_remote.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jstools/jquery.history_remote.js,v
retrieving revision 1.1
diff -u -r1.1 jquery.history_remote.js
--- jquery.history_remote.js	21 Jun 2007 23:03:00 -0000	1.1
+++ jquery.history_remote.js	10 Sep 2007 21:03:05 -0000
@@ -52,7 +52,7 @@
     // default callback for history update
     _updateCallback = function (hash) {
        $('a[@href$="' + hash + '"]').click();
-    }
+    };
 
     if ($.browser.msie) {
 
