We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebebe94 commit fb935faCopy full SHA for fb935fa
dist/js/plugin-reload.js
@@ -4,8 +4,6 @@ var PluginReload = {
4
5
if ('WebSocket' in window && window.WebSocket.CLOSING === 2) {
6
7
- var contentSyncCopy = "Auto-reload";
8
-
9
wsc = new WebSocket("ws://"+host+":8001/autoreload");
10
11
// when trying to open a connection to WebSocket update the pattern lab nav bar
0 commit comments