v0.1 with spot app

This commit is contained in:
2015-12-01 23:54:46 +01:00
parent 94370ae57e
commit a52307af80
6 changed files with 32 additions and 14 deletions

View File

@@ -1,10 +1,15 @@
<div id="messages">
<div id="widget"></div>
</div>
<script type="text/javascript">
oCvtheque.pageInit = function(asHash)
oSpot.pageInit = function(asHash)
{
$('#widget').spotLiveWidget({
feedId: self.vars('feed_id'),
width: '100%',
height: 800
});
};
//oCvtheque.onSamePageMove = function(asHash){return true;};
//oSpot.onSamePageMove = function(asHash){return true;};
</script>