diff --git a/src/app/app.js b/src/app/app.js index 1bf3ada6..1caf5b43 100644 --- a/src/app/app.js +++ b/src/app/app.js @@ -350,9 +350,9 @@ var app = angular.module('baw', $scope.activePath = function activePath(pathFragment) { return $location.path().indexOf(pathFragment) != -1; }; - $scope.getWidth = function () { + /*$scope.getWidth = function () { return ($scope.$parent.fullWidth ? 'container-liquid' : 'container'); - } + };*/ // do browser check // assume bowser is on global scope diff --git a/src/index.html b/src/index.html index fd188559..ccf8a81d 100644 --- a/src/index.html +++ b/src/index.html @@ -161,9 +161,7 @@