Skip to content

Commit f3d07f3

Browse files
save file
1 parent a3b4e0e commit f3d07f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/editors/html/editors-hdr/editors-hdr.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@
131131
//:
132132

133133

134-
btn.isolate = function(){console.log('isolate');
134+
btn.isolate = function(){
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)