Skip to content

Commit

Permalink
Start: minor text correction
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Mar 9, 2014
1 parent 274dc09 commit 6441ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Start/StartPage/StartPage.py
Expand Up @@ -156,11 +156,11 @@ def translate(context,text):
function load() {
ddiv = document.getElementById("news");
ddiv.innerHTML = "Fetching data from the web...";
ddiv.innerHTML = "Connecting...";
var tobj=new JSONscriptRequest('http://pipes.yahoo.com/pipes/pipe.run?_id=da8b612e97a6bb4588b1ce27db30efd9&_render=json&_callback=showTweets');
tobj.buildScriptTag(); // Build the script tag
tobj.addScriptTag(); // Execute (add) the script tag
ddiv.innerHTML = "Done fetching";
ddiv.innerHTML = "Downloading latest news...";
}
function stripTags(text) {
Expand Down

0 comments on commit 6441ca3

Please sign in to comment.