lib/sinatra-footnotes/script.html in sinatra-footnotes-0.1.1 vs lib/sinatra-footnotes/script.html in sinatra-footnotes-0.1.2

- old
+ new

@@ -4,9 +4,10 @@ function hideAll(){ Footnotes.hide(document.getElementById('assigns_debug_info')); Footnotes.hide(document.getElementById('params_debug_info')); Footnotes.hide(document.getElementById('sinatra_routes_debug_info')); Footnotes.hide(document.getElementById('session_debug_info')); + Footnotes.hide(document.getElementById('flash_debug_info')); Footnotes.hide(document.getElementById('cookies_debug_info')); Footnotes.hide(document.getElementById('env_debug_info')); } function hideAllAndToggle(id) {