diff --git a/website/views/social/layout.jade b/website/views/social/layout.jade index 5cdd7abb79..804e11afaf 100644 --- a/website/views/social/layout.jade +++ b/website/views/social/layout.jade @@ -45,6 +45,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') include ../shared/mixins .container block content + // Smart App Banner script(type='text/javascript'). new SmartBanner({ title: 'Habitica: Gamify Your Tasks', @@ -53,5 +54,5 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') store: { ios: 'On the App Store', android: 'In Google Play' - }//, force: 'ios' // Uncomment for platform emulation + } }); diff --git a/website/views/static/front.jade b/website/views/static/front.jade index 057cf50e5d..2b1341883a 100644 --- a/website/views/static/front.jade +++ b/website/views/static/front.jade @@ -639,7 +639,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') $('[data-toggle="tooltip"]').tooltip() $('[data-toggle="popover"]').popover() }) - // Hack fix for carousel (http://stackoverflow.com/a/22182184/362790) + // Smart App Banner script(type='text/javascript'). new SmartBanner({ title: 'Habitica: Gamify Your Tasks', @@ -648,8 +648,9 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') store: { ios: 'On the App Store', android: 'In Google Play' - }//, force: 'ios' // Uncomment for platform emulation + } }); + // Hack fix for carousel (http://stackoverflow.com/a/22182184/362790) script. angular.module('ui.bootstrap.carousel', ['ui.bootstrap.transition']) .controller('CarouselController', ['$scope', '$timeout', '$transition', '$q', function ($scope, $timeout, $transition, $q) {