roots 3.0.0

This commit is contained in:
Ben Word
2011-03-27 13:46:21 -06:00
commit 8e177235ff
89 changed files with 7989 additions and 0 deletions

16
includes/js/scripts.js Normal file
View 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
// });
});