diff --git a/chrome/content/zotero/tools/data_generator.jsx b/chrome/content/zotero/tools/data_generator.jsx index b5b8a286ed..f791ce60ee 100644 --- a/chrome/content/zotero/tools/data_generator.jsx +++ b/chrome/content/zotero/tools/data_generator.jsx @@ -23,6 +23,9 @@ ***** END LICENSE BLOCK ***** */ +// Run in RunJS: +// window.open('chrome://zotero/content/tools/data_generator.html', '_blank', 'chrome,extrachrome,menubar,resizable,scrollbars,status,toolbar') + const React = require('react'); const ReactDOM = require('react-dom');