smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Nicolas Petton 2009-08-26 03:15:38 +00:00
parent 75a806d137
commit e6227ec61b
1 changed files with 2 additions and 2 deletions

View File

@ -168,11 +168,11 @@ var iliad = function() {
hash = hashString;
window.location.hash = hash;
//IE is different, as usual....
if(ie67) {fixHistoryForIE()}
if(ie67) {fixHistoryForIE()}
};
var getHash = function() {
if(ie67) {return iframe.location.hash.substr(1)}
if(ie67) {return iframe.location.hash.substr(1)}
return window.location.hash.substr(1);
};