Remove needs_js for editor

This commit is contained in:
Florian Bruhin 2014-05-12 14:05:05 +02:00
parent fa4b914326
commit fd43248d89

View File

@ -441,7 +441,7 @@ class CurCommandDispatcher(QObject):
self.openurl(config.get('general', 'startpage')[0])
@cmdutils.register(instance='mainwindow.tabs.cur', modes=['insert'],
name='open_editor', hide=True, needs_js=True)
name='open_editor', hide=True)
def editor(self):
"""Open an external editor with the current form field.