diff --git a/www/js/services/utils-services.js b/www/js/services/utils-services.js index 97cab1a21731717d95a1c37dec0d497d81d463af..215863dc99ea071eb0e4851f8a394bd7edad178f 100644 --- a/www/js/services/utils-services.js +++ b/www/js/services/utils-services.js @@ -683,7 +683,7 @@ angular.module('cesium.utils.services', ['angular-fullscreen-toggle']) // but many fabs can have the same id (many view could be loaded at the same time) var fabs = document.getElementsByClassName('button-fab'); _.forEach(fabs, function(fab){ - if (fab.id == id) { + if (fab.id === id) { fab.classList.toggle('on', false); } }); @@ -724,7 +724,7 @@ angular.module('cesium.utils.services', ['angular-fullscreen-toggle']) else { $ionicConfig.views.transition('none'); var nothing = { - class: undefined, + ionListClass: '', show: function(){} }; angular.merge(exports.motion, {