new version

This commit is contained in:
r888888888
2015-03-05 18:00:26 -08:00
parent b353b21c53
commit 7c53ad43ee
2 changed files with 5 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
// Whoever did the rest of js files, he/she did it in some other way $(function() {
// Hope this is not very wrong $("#maintoggle").click(function() {
$(document).ready(function() { $('#nav').toggle();
$("#maintoggle").click(function(){ $('#maintoggle').toggleClass('toggler-active');
$('#nav').toggle();
$('#maintoggle').toggleClass('toggler-active');
}); });
}); });

View File

@@ -4,7 +4,7 @@ module Danbooru
class Configuration class Configuration
# The version of this Danbooru. # The version of this Danbooru.
def version def version
"2.73.0" "2.74.0"
end end
# The name of this Danbooru. # The name of this Danbooru.