This commit is contained in:
jeena 2013-08-24 00:55:45 +02:00
parent 00e86e3854
commit f262509adb
11 changed files with 13242 additions and 984 deletions

View file

@ -14,7 +14,6 @@ function App() {
$("#full").bind("taphold", this.setCurrentUnread.bind(this));
$(".back").on("vclick", this.setCurrentRead.bind(this));
//$(".count").button();
var _this = this;
var aop = function(event, ui) { setTimeout(function() { $("#popup").popup("close") }, 2000) };