git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3b379f0
)
luci-theme-rosy: fix table overflow on network/switch
author
yglb
<redacted>
Thu, 2 May 2019 09:05:55 +0000
(17:05 +0800)
committer
Rosy Song
<redacted>
Sun, 5 May 2019 03:03:22 +0000
(11:03 +0800)
Signed-off-by: Rosy Song <redacted>
Signed-off-by: Yan Lan Shen <redacted>
themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js
patch
|
blob
|
history
diff --git
a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js
b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js
index 886e175cc41e3d61a793949dbcaa6dd2b2f48a80..bef272760a9e5606aa396a88ed587eadc05173ab 100755
(executable)
--- a/
themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js
+++ b/
themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js
@@
-276,6
+276,6
@@
});
- $('#cbi-network-switch_vlan .table').wrap('
#vlan_table
');
+ $('#cbi-network-switch_vlan .table').wrap('
<div id="vlan_table"></div>
');
})(window, jQuery);
git clone https://git.99rst.org/PROJECT