From b5dc0e7630d1271d62952333d2848b401c50797b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Wed, 14 Apr 2021 12:17:22 +0300 Subject: [PATCH] Add a comment for how to open the data generator --- chrome/content/zotero/tools/data_generator.jsx | 3 +++ 1 file changed, 3 insertions(+) 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');