This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Local debugging without connect()
rfm69
Maxim Prokhorov
6 years ago
parent
cc6225548c
commit
2b1fc1f354
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
code/html/custom.js
+ 2
- 0
code/html/custom.js
View File
@ -1358,6 +1358,8 @@ $(function() {
$
(
document
)
.
on
(
"change"
,
"input"
,
hasChanged
)
;
$
(
document
)
.
on
(
"change"
,
"select"
,
hasChanged
)
;
// don't autoconnect when opening from filesystem
if
(
window
.
location
.
protocol
===
"file:"
)
{
return
;
}
connect
(
)
;
}
)
;
Write
Preview
Loading…
Cancel
Save