roots 3.0.0
This commit is contained in:
16
includes/js/scripts.js
Normal file
16
includes/js/scripts.js
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
// });
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user