advancing..!
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>ytmnd-tv</title>
|
<title>ytmnd-tv</title>
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
*{margin:0;padding:0;width:100%;height:100%;}
|
*{margin:0;padding:0;width:100%;height:100%;}
|
||||||
body{font-size:12px;font-weight:normal;font-style:normal;overflow:hidden;}
|
body{font-size:12px;font-weight:normal;font-style:normal;overflow:hidden;}
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ var ytmnd = (function(){
|
|||||||
loader.ready('init')
|
loader.ready('init')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ytmnd.preload_index = function(index){
|
||||||
|
var site = sites[index]
|
||||||
|
ytmnd.preload(site)
|
||||||
|
}
|
||||||
|
|
||||||
ytmnd.play_index = function(index){
|
ytmnd.play_index = function(index){
|
||||||
var site = sites[index]
|
var site = sites[index]
|
||||||
if (loaded[site.domain]) {
|
if (loaded[site.domain]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user