Skip to content

Commit c46f6d9

Browse files
save file
1 parent aeaee80 commit c46f6d9

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
@@ -144,7 +144,7 @@
144144
var str = window.location.toString();
145145
var i = str.lastIndexOf('/');
146146
var fn = str.slice(i+1);
147-
$('[name=filename']).textContent = fn;
147+
$('[name=filename]').textContent = fn;
148148

149149
}//initdom
150150

0 commit comments

Comments
 (0)