Update Umbraco to 7.12.2
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
if (opts.items[i].separator_before === true) str += "<li class='separator'><span> </span></li>";
|
||||
str += '<li><a href="#" rel="' + i + '" class="' + i + ' ' + (r == 0 ? 'disabled' : '') + '">';
|
||||
|
||||
// updated from patch by Matt Brailsford (http://our.umbraco.org/forum/using/ui-questions/6225-Custom-icon-in-Context-menu#comment39514)
|
||||
// updated from patch by Matt Brailsford (https://our.umbraco.com/forum/using/ui-questions/6225-Custom-icon-in-Context-menu#comment39514)
|
||||
str += "<ins> </ins>"; str += "<span>";
|
||||
if (opts.items[i].icon && opts.items[i].icon.indexOf("/") >= 0) {
|
||||
str += "<div class=\"menuSpr\" style=\"background:transparent url('" + opts.items[i].icon + "') center center no-repeat;\"></div><div class='menuLabel'>" + opts.items[i].label + "</div>";
|
||||
|
||||
Reference in New Issue
Block a user