'Reconnect Now' does now a proper reconnect
parent
42dfb31cf8
commit
a72d68a4fe
|
@ -21,7 +21,7 @@ var padconnectionstatus = (function() {
|
||||||
var self = {
|
var self = {
|
||||||
init: function() {
|
init: function() {
|
||||||
$('button#forcereconnect').click(function() {
|
$('button#forcereconnect').click(function() {
|
||||||
pad.forceReconnect();
|
window.location.reload();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
connected: function() {
|
connected: function() {
|
||||||
|
@ -50,4 +50,4 @@ var padconnectionstatus = (function() {
|
||||||
getStatus: function() { return status; }
|
getStatus: function() { return status; }
|
||||||
};
|
};
|
||||||
return self;
|
return self;
|
||||||
}());
|
}());
|
||||||
|
|
Loading…
Reference in New Issue