projects
/
profile
/
wearable
/
apps
/
web
/
webapp-addon-setting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f35f5
)
Change the column text
99/221099/1
author
hyunduk.kim
<hyunduk.kim@samsung.com>
Fri, 27 Dec 2019 05:57:47 +0000
(14:57 +0900)
committer
hyunduk.kim
<hyunduk.kim@samsung.com>
Fri, 27 Dec 2019 05:57:47 +0000
(14:57 +0900)
This will change the text of column in the table of main page
from 'EXTENSIONS lists' to 'Addon List'
Change-Id: Id9dfb51e5f7369295f0788e01a6b524ae4e971db
Signed-off-by: hyunduk.kim <hyunduk.kim@samsung.com>
src/main.js
patch
|
blob
|
history
diff --git
a/src/main.js
b/src/main.js
index e0fe8ebd96823de8bfc9ebe53012a587635e606d..bae46c7058d6f647116c6025326d1035391f4e23 100755
(executable)
--- a/
src/main.js
+++ b/
src/main.js
@@
-45,7
+45,7
@@
var refreshExtensionsList = function() {
var td_2 = document.createElement('td');
tr.appendChild(td_1);
tr.appendChild(td_2);
- td_1.textContent = '
EXTENSIONS
lists';
+ td_1.textContent = '
Addon
lists';
table.appendChild(tr);
extension_manager.loadJsonDB();