cleanup
This commit is contained in:
parent
00e86e3854
commit
f262509adb
11 changed files with 13242 additions and 984 deletions
|
@ -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) };
|
||||
|
|
Reference in a new issue