Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/16 16:48:35 (8 years ago)
Author:
jlodewyc
Message:

#2582 Bugfixing, email setup password and code commenting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Scripts/Hubs/UserInfoHubber.js

    r13754 r13805  
    22
    33$(function () {
    4     $.connection.hub.logging = true;
     4    //$.connection.hub.logging = true;
    55    var v = document.getElementById("userId").innerHTML;
    66    console.log(v);
     
    88    $.connection.hub.start();
    99    hubber.client.showNewPass = function (pass) {
    10         $("#inppassreset").html("<label class=' control-label' style='text-align:left'>New password: " + pass + "</label>");
     10        $("#inppassreset").html("<label class=' control-label' style='text-align:left'>New pass: " + pass + ". An email has been sent to the user containing the new password</label>");
    1111                                     
    1212    };
Note: See TracChangeset for help on using the changeset viewer.