Skip to content

Commit

Permalink
removed line of commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
DoggersHusky committed Jan 24, 2016
1 parent 311edec commit 61f5219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion _notes/dwsync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<dwsync>
<file name="test 1 - retrieving.html" server="doggershusky.com//" local="130979898554321457" remote="130979862000000000" Dst="1" />
<file name="test 1 - script.php" server="doggershusky.com//" local="130981362475451500" remote="130981326000000000" Dst="1" />
<file name="test 2 - JQuery retrieving.html" server="doggershusky.com//" local="130981361641650140" remote="130981325400000000" Dst="1" />
<file name="test 2 - JQuery retrieving.html" server="doggershusky.com//" local="130981367384539309" remote="130981330800000000" Dst="1" />
<file name="test 2 - menu.php" server="doggershusky.com//" local="130980597283108251" remote="130980561000000000" Dst="1" />
</dwsync>
3 changes: 0 additions & 3 deletions test 2 - JQuery retrieving.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
}
}



$("nav > ul").html(out);

$( "li" ).click(function(event) {
Expand All @@ -91,7 +89,6 @@
totalData = json.length;
for (i = 0; i < totalData; i++) {
out += "<div id=\"" + json[i].ID + "\"><div><h2>" + json[i].contentTitle +
//"</h2></div>" + base64_decode(json[i].content) +
"</h2></div>" + htmlspecialchars_decode(json[i].content) +
"</div>";
}
Expand Down

0 comments on commit 61f5219

Please sign in to comment.