Update a_config.js.erb

This commit is contained in:
DuratarskeyK 2016-04-11 15:02:40 +04:00
parent 8e7cf0dcaf
commit 0457110149
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ RosaABF.config(function(cfpLoadingBarProvider) {
cfpLoadingBarProvider.includeSpinner = false;
});
RosaABF.config(['$compileProvider', function ($compileProvider) {
$compileProvider.debugInfoEnabled(false);
}]);
var SoundNotificationsHelper = function() {
var isOn = true;
var statusChangedSound = null;