diff --git a/contrib/home/theme.php b/contrib/home/theme.php
index da3c80a8..f35644b0 100644
--- a/contrib/home/theme.php
+++ b/contrib/home/theme.php
@@ -33,7 +33,7 @@ EOD
$search_html = "
diff --git a/ext/index/theme.php b/ext/index/theme.php
index bd00a212..13cdccdd 100644
--- a/ext/index/theme.php
+++ b/ext/index/theme.php
@@ -80,8 +80,7 @@ and of course start organising your images :-)
$h_search_link = make_link();
$h_search = "
diff --git a/ext/tag_edit/theme.php b/ext/tag_edit/theme.php
index bdbce1a1..9d0ced81 100644
--- a/ext/tag_edit/theme.php
+++ b/ext/tag_edit/theme.php
@@ -24,7 +24,7 @@ class TagEditTheme extends Themelet {
return "
Tags |
- |
+ |
";
}
diff --git a/ext/upload/theme.php b/ext/upload/theme.php
index ecf71c51..2a493007 100644
--- a/ext/upload/theme.php
+++ b/ext/upload/theme.php
@@ -103,25 +103,10 @@ class UploadTheme extends Themelet {
$max_size = $config->get_int('upload_size');
$max_kb = to_shorthand_int($max_size);
$html = "
-
".make_form(make_link("upload"), "POST", $multipart=True, 'file_upload')."
@@ -258,24 +243,9 @@ class UploadTheme extends Themelet {
$max_kb = to_shorthand_int($max_size);
//
return "
-
".make_form(make_link("upload"), "POST", $multipart=True)."
$upload_list
-
+
(Max file size is $max_kb)
@@ -283,4 +253,4 @@ class UploadTheme extends Themelet {
";
}
}
-?>
\ No newline at end of file
+?>
diff --git a/lib/shimmie.js b/lib/shimmie.js
index b031814a..961d4947 100644
--- a/lib/shimmie.js
+++ b/lib/shimmie.js
@@ -29,7 +29,7 @@ $(document).ready(function() {
$("time").timeago();
$('.search_input').DefaultValue('Search');
- $('.tag_autocomplete').autocomplete(base_href + '/api/internal/tag_list/complete', {
+ $('.autocomplete_tags').autocomplete(base_href + '/api/internal/tag_list/complete', {
width: 320,
max: 15,
highlight: false,
@@ -43,9 +43,6 @@ $(document).ready(function() {
var sections=get_sections();
for(var i=0;i
3) {
query = document.location.hash.substring(1);
a = document.getElementById(\"prevlink\");
diff --git a/themes/danbooru/index.theme.php b/themes/danbooru/index.theme.php
index 43a8ab74..eb8d424a 100644
--- a/themes/danbooru/index.theme.php
+++ b/themes/danbooru/index.theme.php
@@ -39,8 +39,7 @@ class CustomIndexTheme extends IndexTheme {
$h_search_link = make_link();
$h_search = "