Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-22 10:06:05 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-22 10:06:05 +0300
commit8ae74db3d19f7b4b1cd48638656652c27818323b (patch)
tree6e3319c24ed945c741d4fae487418af9fae06d89 /js
parentd533c44378dd75f0fe32a460031d98301506081e (diff)
Select a valid icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'js')
-rw-r--r--js/admin.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/admin.js b/js/admin.js
index 5de37e2..91435b1 100644
--- a/js/admin.js
+++ b/js/admin.js
@@ -104,7 +104,8 @@
e.preventDefault();
var $el = $(self._compiledTemplate({
- id: 'undefined'
+ id: 'undefined',
+ icon: 'external.svg'
}));
self._attachEvents($el);
self.$list.append($el);