summaryrefslogtreecommitdiffstats
path: root/module/web/app/scripts/views/accounts/accountModal.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/app/scripts/views/accounts/accountModal.js')
-rw-r--r--module/web/app/scripts/views/accounts/accountModal.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/web/app/scripts/views/accounts/accountModal.js b/module/web/app/scripts/views/accounts/accountModal.js
index e5315c26c..6c2b226df 100644
--- a/module/web/app/scripts/views/accounts/accountModal.js
+++ b/module/web/app/scripts/views/accounts/accountModal.js
@@ -1,5 +1,6 @@
define(['jquery', 'underscore', 'app', 'views/abstract/modalView', 'hbs!tpl/dialogs/addAccount', 'helpers/pluginIcon', 'select2'],
function($, _, App, modalView, template, pluginIcon) {
+ 'use strict';
return modalView.extend({
events: {
@@ -47,7 +48,7 @@ define(['jquery', 'underscore', 'app', 'views/abstract/modalView', 'hbs!tpl/dial
},
format: function(data) {
- return '<img class="logo-select" src="' + pluginIcon(data) + '"> ' + data;
+ return '<img class="logo-select" src="' + pluginIcon(data) + '"> ' + data;
},
add: function(e) {