4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
/* eslint-disable no-undef */
|
|
pref("__prefsPrefix__.enable", true);
|
|
pref("__prefsPrefix__.input", "This is input");
|