renaming includes/ directory to inc/

This commit is contained in:
Ben Word
2011-05-25 23:09:07 -06:00
parent 2821611ac8
commit 1543fe0373
34 changed files with 14 additions and 14 deletions

14
inc/js/scripts.js Normal file
View File

@@ -0,0 +1,14 @@
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
// });
});