revert theme: default theme is now persona

v1.18.x
psychobunny 10 years ago
parent 1e2fb5cd4c
commit 867c09bab6

@ -44,12 +44,12 @@ define('admin/appearance/themes', function() {
if (confirm) {
socket.emit('admin.themes.set', {
type: 'local',
id: 'nodebb-theme-vanilla'
id: 'nodebb-theme-persona'
}, function(err) {
if (err) {
return app.alertError(err.message);
}
highlightSelectedTheme('nodebb-theme-vanilla');
highlightSelectedTheme('nodebb-theme-persona');
app.alert({
alert_id: 'admin:theme',
type: 'success',

Loading…
Cancel
Save