web/res/js-tweetcast/connect-standalone.js
author Raphael Velt <raph.velt@gmail.com>
Wed, 14 Dec 2011 18:22:27 +0100
changeset 408 4141c5821c98
parent 406 86b62b98fea7
permissions -rw-r--r--
Improvements on PT live client
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
function connectTweets() {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
    $.getScript("http://velt.info/polemic/tweetdata.js");
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
}