mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Embedded is now also ajour
This commit is contained in:
@@ -32,6 +32,12 @@ var connection_options = {
|
||||
'force new connection': true
|
||||
};
|
||||
|
||||
var Crypt = {
|
||||
crypt_pass: function(pass) {
|
||||
return pass;
|
||||
}
|
||||
};
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
if(hash.length == 3 && hash[2] == "autoplay"){
|
||||
|
||||
Reference in New Issue
Block a user