Fix #218: Add settings for client theme (font family, size, theme)

This commit is contained in:
Samy Pessé
2014-05-08 13:16:30 +02:00
parent 82afc34755
commit 7416b826e0
4 changed files with 33 additions and 16 deletions
+3 -3
View File
@@ -36,12 +36,12 @@ define([
// Bind sharing button
sharing.init();
// Init navigation
navigation.init();
//Init font settings
fontSettings.init();
//Init font settings
fontSettings.init(config.fontSettings || {});
events.trigger("start", config);
}