Skip to content

Commit 6eabd5b

Browse files
save file
1 parent a995abe commit 6eabd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
var url = window.location.toString();
137137

138-
if(url.indexOf('?')){
138+
if(url.indexOf('?')!=-1){
139139
return;
140140
}
141141

0 commit comments

Comments
 (0)