From f284025bba8c1812d9093e266428dc670258d673 Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Sun, 8 Sep 2013 16:59:47 +0700 Subject: dev --- web/scripts4.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 web/scripts4.js (limited to 'web/scripts4.js') diff --git a/web/scripts4.js b/web/scripts4.js deleted file mode 100644 index f417dfc4..00000000 --- a/web/scripts4.js +++ /dev/null @@ -1,17 +0,0 @@ -function blogsLoadPM(uname) { - $.getJSON('http://api.juick.com/pm?hash='+hash+'&uname='+uname+'&callback=?').done(function(data) { - var ul=$('#content>ul'); - ul.empty(); - $("p.page").hide(); - $.each(data,function(i,item) { - var li=$("
  • "); - if(item.user) { - li.attr("class","pm-in"); - } else { - li.attr("class","pm-out"); - } - li.text(item.body); - li.appendTo(ul); - }); - }); -} -- cgit v1.2.3