mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
just sneaking tabIndent into NodeBB core -- nothing to see here...
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user