UNPKG

ep_codepad

Version:

Turn etherpad into a realtime collaborative development environment

6 lines 279 B
exports.aceEditorCSS = function(hook_name, cb) { // inner pad CSS; var theme = clientVars.theme; if (getCookie("codepad_theme") !== '') theme = getCookie("codepad_theme"); console.log("THEME:" + theme); return ['ep_codepad/static/css/theme/' + theme + '.css']; };