Files
bedrock/includes/js/scripts.js
2011-03-27 13:46:21 -06:00

16 lines
408 B
JavaScript

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