- Timestamp:
- 04/01/16 16:34:14 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/wwwroot/js/Scripts/UserInfoHubber.js
r13741 r13742 8 8 $.connection.hub.start(); 9 9 hubber.client.showNewPass = function (pass) { 10 $("#inppassreset").html("<label class=' col-sm-8control-label' style='text-align:left'>New password: " + pass + "</label>");10 $("#inppassreset").html("<label class=' control-label' style='text-align:left'>New password: " + pass + "</label>"); 11 11 12 12 };
Note: See TracChangeset
for help on using the changeset viewer.