Fix new user sound notification (issue #38).

This commit is contained in:
Dmitriy Simushev 2014-05-20 15:14:35 +00:00
parent ad20c781a5
commit ff0e1060e9

View File

@ -89,6 +89,8 @@
}, },
page: { page: {
mibewRoot: "{{mibewRoot}}",
showOnlineOperators: {{#if showonline}}true{{else}}false{{/if}}, showOnlineOperators: {{#if showonline}}true{{else}}false{{/if}},
showVisitors: {{#if showvisitors}}true{{else}}false{{/if}}, showVisitors: {{#if showvisitors}}true{{else}}false{{/if}},
showPopup: {{#if showpopup}}true{{else}}false{{/if}}, showPopup: {{#if showpopup}}true{{else}}false{{/if}},