Add mobile support for datasync restart
This commit is contained in:
parent
22c7fee0f6
commit
06dee96af6
4 changed files with 28 additions and 4 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue