This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
solardash
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove end of line white space..
main
John-Mark Gurney
4 years ago
parent
a92e5623dc
commit
eca6eff75b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
root/js/solardash.file.jspp
+ 1
- 1
root/js/solardash.file.jspp
View File
@@ -81,7 +81,7 @@ WebSocketTest.prototype.processNextItem = function () {
var wst = this;
setTimeout(function() {
item[1](wst);
item[1](wst);
wst.processNextItem();
}, item[0]);
Write
Preview
Loading…
Cancel
Save