Skip to content

Commit f79fd61

Browse files
save file
1 parent 2b2007a commit f79fd61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc/html/misc-hdr/v2.0/misc-hdr-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
obj.set.filename = function(fn){
190190

191191
if(!fn){
192-
var str = window.location.toString();
192+
var str = document.baseURI;
193193
var i = str.lastIndexOf('/');
194194
fn = str.slice(i+1);
195195
}

0 commit comments

Comments
 (0)