From 7d05e680793ad97a8102b1a54008ff32a4175f57 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Sun, 12 Jun 2016 04:31:57 -0700 Subject: [PATCH] Minor cleanup. --- public/templates/admin/_layout.html | 8 ++++---- public/templates/pages/_layout.html | 6 +++--- resources/assets/scripts/app/services/artists.coffee | 4 ++-- resources/views/shared/_app_layout.blade.php | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) 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