projects
/
profile
/
mobile
/
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:
e181aca
)
Fix column title in main page
68/216068/1
author
hyunduk.kim
<hyunduk.kim@samsung.com>
Mon, 21 Oct 2019 01:44:11 +0000
(10:44 +0900)
committer
hyunduk.kim
<hyunduk.kim@samsung.com>
Mon, 21 Oct 2019 01:47:12 +0000
(10:47 +0900)
This changes the title of column from 'EXTENSIONS lists'
to 'Addons List'
Change-Id: I18bf4525423d2524e99e01638d1b9c7f5cf521b0
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..17eed531aae7a536ef6b373b89ead8c1e57e7a05 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 = '
Addons List
';
table.appendChild(tr);
extension_manager.loadJsonDB();