Browse Source

Merge pull request #3797 from utkarshcmu/playlist-unused

Removed unused component from playlist code
Torkel Ödegaard 10 years ago
parent
commit
fb82425d3e
1 changed files with 0 additions and 5 deletions
  1. 0 5
      public/app/features/playlist/partials/playlist-remove.html

+ 0 - 5
public/app/features/playlist/partials/playlist-remove.html

@@ -1,5 +0,0 @@
-<p class="text-center">Are you sure want to delete "{{playlist.title}}" playlist?</p>
-<p class="text-center">
-  <button type="button" class="btn btn-danger" ng-click="removePlaylist()">Yes</button>
-  <button type="button" class="btn btn-default" ng-click="dismiss()">No</button>
-</p>