Skip to content

Commit

Permalink
Merge branch 'develop' into feature/variable-category-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepsinn authored Apr 17, 2021
2 parents 6edb652 + 86fef19 commit ed4db98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/services/qmService.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ angular.module('starter').factory('qmService', ["$http", "$q", "$rootScope", "$i
adSense: {
showOrHide: function(){
function showAdSense(){
return false; // Remove this line if you need to show ads
var u = $rootScope.user;
if(!u){
return false;
Expand Down

0 comments on commit ed4db98

Please sign in to comment.