From 13eb43513894665b6d02f6efc54358ec840fc04e Mon Sep 17 00:00:00 2001 From: Jason Sykes Date: Mon, 30 Sep 2013 17:56:39 -0400 Subject: [PATCH] removed trigger --- .../docs/swagger-static-docs/src/main/webapp/assets/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/docs/swagger-static-docs/src/main/webapp/assets/js/main.js b/samples/docs/swagger-static-docs/src/main/webapp/assets/js/main.js index df6fc525f81f..979af06e531c 100644 --- a/samples/docs/swagger-static-docs/src/main/webapp/assets/js/main.js +++ b/samples/docs/swagger-static-docs/src/main/webapp/assets/js/main.js @@ -71,5 +71,5 @@ $(function(){ resize(); $(window).bind('hashchange', function() { choose(window.location.href.toString()); - }).trigger('hashchange'); + }); });