v0.1 with spot app
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user