mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 07:28:43 +01:00
Fix bug in rule removal prevented adding more rules
This commit is contained in:
parent
3ef17e277f
commit
a6bb56d2e1
@ -77,6 +77,10 @@ egw.extend('css', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
|
||||
}
|
||||
|
||||
delete (selectors[_selector]);
|
||||
if(!_rule)
|
||||
{
|
||||
selectorCount--;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user