From 5c292fb1fa1c16a596cc74a938ae661226b4f8a3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 6 Apr 2017 08:32:31 +0200 Subject: [PATCH] jshint compliance --- www/common/toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/toolbar.js b/www/common/toolbar.js index ab657a779..af84108f4 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -98,7 +98,7 @@ define([ id: uid(), 'class': SPINNER_CLS + ' spin fa fa-spinner fa-pulse', }).appendTo($spin).hide(); - var $spinner = $('', { + $('', { id: uid(), 'class': SPINNER_CLS + ' synced fa fa-check', title: Messages.synced