Improved diff

This commit is contained in:
2017-07-19 04:47:32 +02:00
parent 406306df37
commit 647aed0e76
3 changed files with 27 additions and 21 deletions

View File

@ -152,7 +152,7 @@ export class Application {
for(let i = 0; i < links.length; i++) {
let link = links[i] as HTMLElement
link.classList.remove(this.ajaxClass)
// link.classList.remove(this.ajaxClass)
let self = this
link.onclick = function(e) {