From fdeae4c11aaeb2361140637a050caaed14a4301e Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Thu, 22 Mar 2018 10:24:29 -0700 Subject: [PATCH] Fix missing semicolon in content.js --- domain-server/resources/web/content/js/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain-server/resources/web/content/js/content.js b/domain-server/resources/web/content/js/content.js index 91fd34c988..853e87ae23 100644 --- a/domain-server/resources/web/content/js/content.js +++ b/domain-server/resources/web/content/js/content.js @@ -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() {