removed console.log
This commit is contained in:
parent
b492474fb0
commit
becf6be936
1 changed files with 1 additions and 3 deletions
|
@ -108,9 +108,7 @@ function ComicBook(id, srcs, opts) {
|
||||||
**/
|
**/
|
||||||
function setLastPage() {
|
function setLastPage() {
|
||||||
if (!options.data.comicId) { throw 'options.data.comicId is not set.'; }
|
if (!options.data.comicId) { throw 'options.data.comicId is not set.'; }
|
||||||
$.get('/comic/setlastpage', { page: pointer+1, comic: options.data.comicId }, function(error){
|
$.get('/comic/setlastpage', { page: pointer+1, comic: options.data.comicId });
|
||||||
console.log(error);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue