Switch to fontawesome icons
This commit is contained in:
@ -100,10 +100,10 @@ $(function() {
|
|||||||
clearInterval(playInterval);
|
clearInterval(playInterval);
|
||||||
}
|
}
|
||||||
}, 5000);
|
}, 5000);
|
||||||
playButton.find('span.glyphicon').removeClass('glyphicon-play').addClass('glyphicon-pause')
|
playButton.find('span.fa').removeClass('fa-play').addClass('fa-pause')
|
||||||
} else {
|
} else {
|
||||||
clearInterval(playInterval);
|
clearInterval(playInterval);
|
||||||
playButton.find('span.glyphicon').removeClass('glyphicon-pause').addClass('glyphicon-play')
|
playButton.find('span.fa').removeClass('fa-pause').addClass('fa-play')
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ h1 = "#{@exercise} (external user #{@external_user})"
|
|||||||
|
|
||||||
.flex-container
|
.flex-container
|
||||||
button.btn.btn-default id='play-button'
|
button.btn.btn-default id='play-button'
|
||||||
span.glyphicon.glyphicon-play
|
span.fa.fa-play
|
||||||
#submissions-slider.flex-item
|
#submissions-slider.flex-item
|
||||||
input type='range' orient='horizontal' list='datapoints' min=0 max=submissions.length-1 value=0
|
input type='range' orient='horizontal' list='datapoints' min=0 max=submissions.length-1 value=0
|
||||||
datalist#datapoints
|
datalist#datapoints
|
||||||
|
Reference in New Issue
Block a user