overleaf/services/web/public/coffee
Brian Gough 2ed934120c Fix display of annotations when switching files in ace editor
The annotations (error markers) were not preserved when switching
between files.  The setAnnotations method was being called before the
document is ready -- when the document is attached to ace the content
is deleted and reinserted, which caused the annotations to be removed.
To fix the problem we set the annotations after attaching.
2015-04-08 14:39:39 +01:00
..
analytics make the user.name more robust 2014-12-09 11:11:06 +00:00
directives Show cookies error message on forbidden response 2015-02-05 12:57:44 +00:00
filters improved momentjs 2015-01-29 18:31:11 +00:00
ide Fix display of annotations when switching files in ace editor 2015-04-08 14:39:39 +01:00
main Merge pull request #159 from SibrenVasse/adblock_fix 2015-03-23 12:29:40 +00:00
modules Add missing localStorage.coffee... oops 2015-02-12 11:55:52 +00:00
utils avoid race condition loading underscore 2015-03-06 15:03:30 +00:00
base.coffee Wrap calls to localStorage in an exception handler 2015-02-12 11:32:27 +00:00
ide.coffee Fix for adblock blocking loginscreen. 2015-03-17 20:14:55 +01:00
libs.coffee autolink chat messages 2015-02-07 16:15:33 +00:00
main.coffee Merge pull request #159 from SibrenVasse/adblock_fix 2015-03-23 12:29:40 +00:00