Add a comment for how to open the data generator

This commit is contained in:
Adomas Venčkauskas 2021-04-14 12:17:22 +03:00 committed by Dan Stillman
parent 87014451de
commit b5dc0e7630

View file

@ -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');