Changeset 13739 for branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/wwwroot/js/Scripts/hubber.js
- Timestamp:
- 03/29/16 17:02:16 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/wwwroot/js/Scripts/hubber.js
r13735 r13739 2 2 3 3 $(function () { 4 $.connection.hub.logging = true; 4 // $.connection.hub.logging = true; 5 var v = document.getElementById("userId").innerHTML; 6 console.log(v); 7 $.connection.hub.qs = { 'userid': v }; 5 8 $.connection.hub.start().done(function () { 6 9 $("#progress").css("width", 0 + '%');
Note: See TracChangeset
for help on using the changeset viewer.