don't actually need to restart nodebb to apply skins

v1.18.x
psychobunny 10 years ago
parent 6b950d0596
commit 4ec43f662c

@ -32,12 +32,9 @@ define('admin/appearance/skins', function() {
app.alert({ app.alert({
alert_id: 'admin:theme', alert_id: 'admin:theme',
type: 'info', type: 'info',
title: 'Theme Changed', title: 'Skin Updated',
message: 'Please restart your NodeBB to fully activate this theme', message: themeId + ' skin was successfully applied',
timeout: 5000, timeout: 5000
clickfn: function() {
socket.emit('admin.restart');
}
}); });
}); });
} }

Loading…
Cancel
Save