diff --git a/public/templates/admin/_layout.html b/public/templates/admin/_layout.html index 9a610319..5d1a4700 100644 --- a/public/templates/admin/_layout.html +++ b/public/templates/admin/_layout.html @@ -1,8 +1,8 @@ diff --git a/public/templates/pages/_layout.html b/public/templates/pages/_layout.html index bafa200a..6819533b 100644 --- a/public/templates/pages/_layout.html +++ b/public/templates/pages/_layout.html @@ -1,7 +1,7 @@ diff --git a/resources/assets/scripts/app/services/artists.coffee b/resources/assets/scripts/app/services/artists.coffee index b3af5da6..c76b4851 100644 --- a/resources/assets/scripts/app/services/artists.coffee +++ b/resources/assets/scripts/app/services/artists.coffee @@ -15,8 +15,8 @@ # along with this program. If not, see . module.exports = angular.module('ponyfm').factory('artists', [ - '$rootScope', '$http', '$q' - ($rootScope, $http, $q) -> + '$rootScope', '$http' + ($rootScope, $http) -> artistPage = [] artists = {} artistContent = {} diff --git a/resources/views/shared/_app_layout.blade.php b/resources/views/shared/_app_layout.blade.php index 46f6a07c..3a0a5b8c 100644 --- a/resources/views/shared/_app_layout.blade.php +++ b/resources/views/shared/_app_layout.blade.php @@ -81,10 +81,10 @@
  • -
  • Tracks
  • -
  • Albums
  • -
  • Playlists
  • -
  • Artists
  • +
  • Tracks
  • +
  • Albums
  • +
  • Playlists
  • +
  • Artists
  • About / FAQ