Skip to content

Instantly share code, notes, and snippets.

View Nolski's full-sized avatar

Mike Nolan Nolski

View GitHub Profile
@Nolski
Nolski / editor.js
Last active August 29, 2015 14:27 — forked from tannishk/editor.js
editorerror
$(document).ready(function () {
<<<<<<< HEAD <--- This code belongs to upstream
PopcornEditor.listen(PopcornEditor.events.loaded, function () {
$.get($('#editor').data('url'), {
slug: $('#editor').data('slug')
})
.done(function (response) {
if(response.data) {
PopcornEditor.loadInfo(response);
} else {