Skip to content

Commit

Permalink
player backup
Browse files Browse the repository at this point in the history
  • Loading branch information
arianestolfi committed May 2, 2018
1 parent b3d8538 commit 8bea628
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion client/parts/ass-player-bak.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div class="player" id="sound{{''+audiodata.playerid}}" ng-switch on="audiodata.newsound">

<!--<input class="loopbtn" type="checkbox" ng-model="loop">-->
<a class="loopbtn fa fa-rotate-right" ng-class="{'disabled': loop.booleanVal}" ng-click="loop.booleanVal = !loop.booleanVal"></a>

Expand Down
1 change: 0 additions & 1 deletion client/parts/ass-player.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<!--<input class="loopbtn" type="checkbox" ng-model="loop">-->
<a class="removebtn fa fa-times" ng-class="" ng-click="removethis()"></a>


<a class="playbtn fa fa-play" ng-click="playsound()" ng-hide="isPlaying" ng-class="" ></a>
<a class="playbtn fa fa-pause" ng-click="playsound()" ng-hide="!isPlaying" ng-class="" ></a>
<a class="playbtn fa fa-stop" ng-class="" ng-click="stopsound()"></a>
Expand Down
2 changes: 1 addition & 1 deletion def_start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
FREESOUND_KEY=Hogjozhc9z8Je2vWlhqSueI31frG5dbLazK9GUBg \
FREESOUND_KEY=putyourkeyhere \
npm start

0 comments on commit 8bea628

Please sign in to comment.