mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing the layer visibility UI. IE <= 8 didn't deal with the invalid markup very well.
--HG-- branch : 1.x
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
layer.data("widgets", layersWidgets);
|
||||
}
|
||||
else {
|
||||
layer = $("<li class=\"widgets-empty-layer" + ((layers[i].id == currentLayerId && " widgets-this-layer") || "") + "\">" + layers[i].name + " <span>[empty]<span></li>");
|
||||
layer = $("<li class=\"widgets-empty-layer" + ((layers[i].id == currentLayerId && " widgets-this-layer") || "") + "\">" + layers[i].name + " <span>[empty]</span></li>");
|
||||
}
|
||||
|
||||
visContainer.append(layer);
|
||||
|
||||
Reference in New Issue
Block a user