Skip to content

Commit

Permalink
Fixed JSLint error, disabled unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Sep 15, 2014
1 parent 8a853d1 commit d1b7d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@
<footer class="clearfix" ng-class="{ 'container-liquid': fullWidth, 'container': !fullWidth }">
<ul class="nav nav-pills">
<li >
<p class="nav-text">
© QUT
2014
<p class="nav-text">&copy; QUT 2014
</p>
</li>
<li >
Expand Down

0 comments on commit d1b7d34

Please sign in to comment.