hiding xml2console for now

pull/1/head
Ozbolt Menegatti 5 years ago
parent 70642e0f1a
commit be573d38a5

@ -20,7 +20,7 @@ class View:
def _view(self):
return h("div", {"on": { "click": msg(Reset) }}, [
View.view_entry(self.model.entry),
h("button.blk", {"on": { "click": lambda _: console.log(export_to_xml(self.model)) } }, "XML2Console"),
# h("button.blk", {"on": { "click": lambda _: console.log(export_to_xml(self.model)) } }, "XML2Console"),
View.view_menu(self.model.menu_location, self.model.menu_shown, self.model.translation),
View.view_modal(self.model.modal_shown, self.model.modal)])

Loading…
Cancel
Save