From e65d0d4c6cdbe95e8ae67a9fb103ff0394a781a9 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Mon, 13 May 2013 15:02:01 +0200 Subject: [PATCH] removed debug alert --- doc/_static/theme_extras.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_static/theme_extras.js b/doc/_static/theme_extras.js index d9129ae..73b00c3 100644 --- a/doc/_static/theme_extras.js +++ b/doc/_static/theme_extras.js @@ -22,7 +22,7 @@ $(document).ready(function() { $('div.apitoc').append(''+name+''); } } else { - alert( type ); + // alert( type ); } }); });