From 61f5219eb53e0457ac2440f467ef228ae521dd07 Mon Sep 17 00:00:00 2001 From: DoggersHusky Date: Sun, 24 Jan 2016 15:21:57 -0400 Subject: [PATCH] removed line of commented code --- _notes/dwsync.xml | 2 +- test 2 - JQuery retrieving.html | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/_notes/dwsync.xml b/_notes/dwsync.xml index 5f7c975..30f15c5 100644 --- a/_notes/dwsync.xml +++ b/_notes/dwsync.xml @@ -2,6 +2,6 @@ - + \ No newline at end of file diff --git a/test 2 - JQuery retrieving.html b/test 2 - JQuery retrieving.html index f4488e7..2f6bd75 100644 --- a/test 2 - JQuery retrieving.html +++ b/test 2 - JQuery retrieving.html @@ -64,8 +64,6 @@ } } - - $("nav > ul").html(out); $( "li" ).click(function(event) { @@ -91,7 +89,6 @@ totalData = json.length; for (i = 0; i < totalData; i++) { out += "

" + json[i].contentTitle + - //"

" + base64_decode(json[i].content) + "
" + htmlspecialchars_decode(json[i].content) + ""; }