Loading ui/js/Max.js +0 −2 Original line number Diff line number Diff line Loading @@ -14,9 +14,7 @@ class Max { run() { if (this.isInFragmentContext()) { console.log("ok") if (this.isWithNotes()) { console.log("ok2") //ajout d'une colonne de notes + placement this.manageMarginNotes(); this.bindNotesClick(); Loading Loading
ui/js/Max.js +0 −2 Original line number Diff line number Diff line Loading @@ -14,9 +14,7 @@ class Max { run() { if (this.isInFragmentContext()) { console.log("ok") if (this.isWithNotes()) { console.log("ok2") //ajout d'une colonne de notes + placement this.manageMarginNotes(); this.bindNotesClick(); Loading