diff --git a/app/assets/javascripts/responsive.js b/app/assets/javascripts/responsive.js index 553a55b08..930139652 100644 --- a/app/assets/javascripts/responsive.js +++ b/app/assets/javascripts/responsive.js @@ -1,8 +1,6 @@ -// Whoever did the rest of js files, he/she did it in some other way -// Hope this is not very wrong -$(document).ready(function() { - $("#maintoggle").click(function(){ - $('#nav').toggle(); - $('#maintoggle').toggleClass('toggler-active'); +$(function() { + $("#maintoggle").click(function() { + $('#nav').toggle(); + $('#maintoggle').toggleClass('toggler-active'); }); }); diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 54f6e9742..df37e5da6 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -4,7 +4,7 @@ module Danbooru class Configuration # The version of this Danbooru. def version - "2.73.0" + "2.74.0" end # The name of this Danbooru.