'Reconnect Now' does now a proper reconnect

pull/35/head
Peter 'Pita' Martischka 2011-05-19 22:27:17 +01:00
parent 42dfb31cf8
commit a72d68a4fe
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ var padconnectionstatus = (function() {
var self = {
init: function() {
$('button#forcereconnect').click(function() {
pad.forceReconnect();
window.location.reload();
});
},
connected: function() {
@ -50,4 +50,4 @@ var padconnectionstatus = (function() {
getStatus: function() { return status; }
};
return self;
}());
}());