deleted crap files, removed (not-that-)epic-editor

This commit is contained in:
jomo
2014-04-10 01:55:34 +02:00
parent 2d68cbf358
commit b740c4db3a
16 changed files with 6 additions and 530 deletions

View File

@@ -21,26 +21,4 @@ $(function(){
})
});
}, 4000);
var editor = new EpicEditor({
container: 'epic',
textarea: 'epic-textarea',
basePath: '/assets',
clientSideStorage: false,
theme: {
base: '/base/epiceditor.css',
preview: '/preview/github.css',
editor: '/editor/epic-light.css'
},
button: {
bar: true
},
autogrow: {
minHeight: 300
}
});
try {
editor.load();
} catch (e) {}
});