Commit 0342de59 authored by jgould's avatar jgould

copy

parent cf07582b
...@@ -77,7 +77,7 @@ morpheus.Popup.showPopup = function (menuItems, position, component, callback) { ...@@ -77,7 +77,7 @@ morpheus.Popup.showPopup = function (menuItems, position, component, callback) {
if (item.disabled) { if (item.disabled) {
html.push('class="disabled"'); html.push('class="disabled"');
} }
html.push('><a data=name="' + item.name html.push('><a data-name="' + item.name
+ '" data-type="popup-item" tabindex="-1" href="#">'); + '" data-type="popup-item" tabindex="-1" href="#">');
if (item.checked) { if (item.checked) {
html html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment