advancing..!

This commit is contained in:
Jules Laplace
2015-07-11 14:34:46 -04:00
parent bb52003118
commit 740993b19a
2 changed files with 8 additions and 2 deletions

View File

@@ -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;}
@@ -21,6 +22,6 @@ body.tile{background-position: top left; background-repeat: repeat;}
<script src='js/zoomtext.js'></script> <script src='js/zoomtext.js'></script>
<script src='js/ytmnd.js'></script> <script src='js/ytmnd.js'></script>
<script> <script>
ytmnd.init('alas CarlWinslows Coach directory dnmyt klasky ROY4L typogra'.split(' ')) ytmnd.init('alas CarlWinslows Coach directory dnmyt klasky ROY4L typogra'.split(' '))
</script> </script>
</html> </html>

View File

@@ -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]) {