fixes #1 -- also minor changes to style.css and searchform.php
This commit is contained in:
7
includes/js/options.js
Normal file
7
includes/js/options.js
Normal file
@@ -0,0 +1,7 @@
|
||||
jQuery.noConflict();
|
||||
|
||||
jQuery(document).ready(function(){
|
||||
|
||||
jQuery("#tabs").tabs();
|
||||
|
||||
});
|
||||
@@ -2,8 +2,6 @@ jQuery.noConflict();
|
||||
|
||||
jQuery(document).ready(function(){
|
||||
|
||||
jQuery("#tabs").tabs();
|
||||
|
||||
// var editor = CodeMirror.fromTextArea('content', {
|
||||
// height: "350px",
|
||||
// parserfile: "parsexml.js",
|
||||
|
||||
Reference in New Issue
Block a user