From 4b81ee9104f812ad9009fae6a4b527bc291b90e1 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Fri, 25 Sep 2015 18:38:38 +0800 Subject: [PATCH] Changed permission Editable icon to prevent misunderstanding --- public/js/index.js | 2 +- public/views/body.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/index.js b/public/js/index.js index fca9582..4892073 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -969,7 +969,7 @@ function updatePermission(newPermission) { title = "Anyone can edit"; break; case "editable": - label = ' Editable'; + label = ' Editable'; title = "Signed people can edit"; break; case "locked": diff --git a/public/views/body.ejs b/public/views/body.ejs index d67267b..7696c9b 100644 --- a/public/views/body.ejs +++ b/public/views/body.ejs @@ -11,7 +11,7 @@