ep_comments_page
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"description": "Adds comments on sidebar and link it to the text. Support for Page View, requires ep_page_view", | ||
"name": "ep_comments_page", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Nicolas Lescop", |
@@ -280,5 +280,3 @@ var _, $, jQuery; | ||
// Set the top of the form to be the same Y as the target Rep | ||
console.log("oh snap"); | ||
var ace = this.ace; | ||
console.log("SUP"); // never gets here.. | ||
ace.callWithAce(function (ace){ | ||
@@ -285,0 +283,0 @@ var rep = ace.ace_getRep(); |
39862
889