This commit is contained in:
nathan 2023-11-24 09:37:11 -07:00
parent 41c6ec6100
commit 955941d100

View File

@ -26,7 +26,7 @@ egw.extend('preferences', egw.MODULE_GLOBAL, function()
* @access: private, use egw.preferences() or egw.set_perferences()
*/
var prefs = {
common:{texsize:12}
common:{textsize:12}
};
var grants = {};