mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-09 19:13:35 +00:00
Removed token.min.js from github, fixed issue with embedded player playing even when not supposed to, and fixed faulty error-message when applying to get a token
This commit is contained in:
@@ -3,6 +3,7 @@ var timed_remove_check;
|
||||
var gotten_np = false;
|
||||
var song_title = "";
|
||||
var paused = false;
|
||||
var startTime = 0;
|
||||
var player_ready = false;
|
||||
var list_html = $("#list-song-html").html();
|
||||
var w_p = true;
|
||||
@@ -69,6 +70,7 @@ $(document).ready(function() {
|
||||
autoplay = true;
|
||||
} else {
|
||||
paused = true;
|
||||
|
||||
}
|
||||
|
||||
if(hash.indexOf("videoonly") > -1) {
|
||||
|
||||
Reference in New Issue
Block a user