Add mobile support for datasync restart

This commit is contained in:
Lance Edgar 2016-12-11 21:20:51 -06:00
parent 22c7fee0f6
commit 06dee96af6
4 changed files with 28 additions and 4 deletions

View file

@ -37,3 +37,10 @@ $(document).on('pageshow', function() {
el.focus();
}
});
$(document).on('click', '#datasync-restart', function() {
// disable datasync restart button when clicked
$(this).button('disable');
});