Fixing comments
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user