source:
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/wwwroot/js/hubs/userinfohubber.js
@
13768
Last change on this file since 13768 was 13754, checked in by jlodewyc, 9 years ago | |
---|---|
File size: 401 bytes |
Line | |
---|---|
1 | function resetPass(a){hubber.server.resetPassword(a)}var hubber=$.connection.userInfoHub;$(function(){$.connection.hub.logging=!0;var a=document.getElementById("userId").innerHTML;console.log(a),$.connection.hub.qs={userid:a},$.connection.hub.start(),hubber.client.showNewPass=function(a){$("#inppassreset").html("<label class=' control-label' style='text-align:left'>New password: "+a+"</label>")}}); |
Note: See TracBrowser
for help on using the repository browser.