mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix missing semicolon in content.js
This commit is contained in:
parent
5485f60677
commit
fdeae4c11a
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ $(document).ready(function(){
|
|||
|
||||
$('body').on('click', '.' + BACKUP_DOWNLOAD_LINK_CLASS, function(ev) {
|
||||
ev.preventDefault();
|
||||
var backupID = $(this).data('backup-id')
|
||||
var backupID = $(this).data('backup-id');
|
||||
|
||||
showSpinnerAlert("Preparing backup...");
|
||||
function checkBackupStatus() {
|
||||
|
|
Loading…
Reference in a new issue