summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
author蒼時弦也2017-01-10 20:22:06 +0800
committer蒼時弦也2017-01-10 20:22:06 +0800
commitd6be0cf755e31002d6265b706785c06e06a0ae56 (patch)
treec8a0c0a43d04e58122c9107888f2068a8b176aac /public/js/index.js
parenta9fe43ac3a38f036d4f9baa27c50fc9b5fea8c1f (diff)
Update limite icon to fa-id-card
Diffstat (limited to '')
-rw-r--r--public/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 057ddd9d..91dc8f0d 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -2288,7 +2288,7 @@ function updatePermission(newPermission) {
title = "Signed people can edit";
break;
case "limited":
- label = '<i class="fa fa-exclamation-circle"></i> Limited';
+ label = '<i class="fa fa-id-card"></i> Limited';
title = "Signed people can edit & guest can't view"
break;
case "private":