14 lines
371 B
JavaScript
14 lines
371 B
JavaScript
jQuery.noConflict();
|
|
|
|
jQuery(document).ready(function(){
|
|
|
|
// var editor = CodeMirror.fromTextArea('content', {
|
|
// height: "350px",
|
|
// parserfile: "parsexml.js",
|
|
// stylesheet: "../wp-content/themes/roots/inc/css/codemirror/xmlcolors.css",
|
|
// path: "../wp-content/themes/roots/inc/js/codemirror/",
|
|
// continuousScanning: 500,
|
|
// lineNumbers: false
|
|
// });
|
|
|
|
}); |