Merge pull request #2154 from mattermost/plt-1933

RC2 PLT-1933 Emit change after setting preferences in head.html
Этот коммит содержится в:
Christopher Speller
2016-02-11 14:29:04 -05:00
родитель d29abb8f86 32cca5c31e
Коммит 7d207ec8a6

Просмотреть файл

@@ -79,6 +79,7 @@
$(function() {
if (window.mm_preferences != null) {
PreferenceStore.setPreferences(window.mm_preferences);
PreferenceStore.emitChange();
}
});