projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be5f9b0
)
fix help text display
author
Moritz Warning
<moritzwarning@web.de>
Sun, 2 Feb 2020 04:35:43 +0000
(
05:35
+0100)
committer
Moritz Warning
<moritzwarning@web.de>
Sun, 2 Feb 2020 04:35:43 +0000
(
05:35
+0100)
www/index.js
patch
|
blob
|
history
diff --git
a/www/index.js
b/www/index.js
index 2159c24e7b0e284966ce554e2f296a677c5abafc..89dc87b703fd75d42447e5384097d7811fd65da5 100644
(file)
--- a/
www/index.js
+++ b/
www/index.js
@@
-247,8
+247,7
@@
function updateImages(dllink, model, target, release, commit, prefix, images) {
for (var i in images) {
var image = images[i];
var tags = (images.length > 1) ? extractTags(image) : [];
-
- add_link(category, tags, image, 'factory-help');
+ add_link(category, tags, image, category.toLowerCase() + '-help');
}
}