Minor navbar enhancements.
h3rald h3rald@h3rald.com
Sun, 12 Apr 2015 20:34:20 +0200
3 files changed,
4 insertions(+),
4 deletions(-)
M
admin/js/modules/document.js
→
admin/js/modules/document.js
@@ -222,7 +222,6 @@ titleRight = m("span.pull-right", [m("input", {
placeholder: "Content Type", onchange: m.withAttr("value", function(value){ vm.contentType(value); - vm.uploader.vm.contentType(value); }), size: 25, value: vm.contentType()
M
admin/js/utils.js
→
admin/js/utils.js
@@ -186,7 +186,7 @@ [icon, m("span", " "+obj.title+" "), m("span.caret")]),
m("ul.dropdown-menu[role='menu']", obj.links.map(function(e){ return m("li", - [m("a", {href: e.path, config: m.route}, e.title)]);})) + [m("a", {href: e.path, config: m.route}, m.trust(e.title))]);})) ]); };