just sneaking tabIndent into NodeBB core -- nothing to see here...

This commit is contained in:
Julian Lam
2014-02-01 22:38:52 -05:00
parent 29de88456b
commit 53285d70a9
3 changed files with 258 additions and 0 deletions

View File

@@ -97,6 +97,11 @@ define(['forum/admin/settings'], function(Settings) {
instListEl.appendChild(themeFrag);
});
// Proper tabbing for "Custom CSS" field
var customCSSEl = $('textarea[data-field]')[0];
tabIndent.config.tab = ' ';
tabIndent.render(customCSSEl);
Settings.prepare();
}