Code-Snippet-Library icon indicating copy to clipboard operation
Code-Snippet-Library copied to clipboard

Uncaught ReferenceError: ace is not defined

Open tigerclaw-az opened this issue 10 years ago • 2 comments

After installing the Code Snippet Library plugin I noticed that there was no editor showing when creating a new snippet. Looking at the console I got the error "Uncaught ReferenceError: ace is not defined"

tigerclaw-az avatar Apr 03 '14 17:04 tigerclaw-az

This is fixed. Turns out I needed to change the link for loading the 'ace' library within the load_ace() function from http: to https:

tigerclaw-az avatar Apr 03 '14 18:04 tigerclaw-az

Just to be clear, this is not fixed. You haven't submitted a PR to fix it. A pending PR is here: https://github.com/hlashbrooke/Code-Snippet-Library/pull/8/files

ekatzenstein avatar Jan 31 '17 19:01 ekatzenstein