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

7
inc/js/options.js Normal file
View File

@@ -0,0 +1,7 @@
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery("#tabs").tabs();
});