projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e45ad10
)
luci-base: add missing css class cbi-button to ui.js
author
Florian Eckert
<fe@dev.tdt.de>
Fri, 7 Jun 2024 10:07:41 +0000
(12:07 +0200)
committer
Florian Eckert
<fe@dev.tdt.de>
Fri, 7 Jun 2024 11:33:00 +0000
(13:33 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
modules/luci-base/htdocs/luci-static/resources/ui.js
patch
|
blob
|
history
diff --git
a/modules/luci-base/htdocs/luci-static/resources/ui.js
b/modules/luci-base/htdocs/luci-static/resources/ui.js
index 9050b10521ff7879164d6a19ca891835688917e4..20649e0f8aabc9361e32e84aefa63e99ca137c67 100644
(file)
--- a/
modules/luci-base/htdocs/luci-static/resources/ui.js
+++ b/
modules/luci-base/htdocs/luci-static/resources/ui.js
@@
-4735,7
+4735,7
@@
var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
E('p', _('Choose how to apply changes:')),
E('div', { 'class': 'right' }, [
E('button', {
- 'class': 'btn',
+ 'class': 'btn
cbi-button
',
'click': rejectFn,
}, [ _('Cancel') ]), ' ',
E('button', {