Fix bug in rule removal prevented adding more rules

This commit is contained in:
Nathan Gray 2015-02-19 17:14:31 +00:00
parent 3ef17e277f
commit a6bb56d2e1

View File

@ -77,6 +77,10 @@ egw.extend('css', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
}
delete (selectors[_selector]);
if(!_rule)
{
selectorCount--;
}
}
else
{