removed trigger

This commit is contained in:
Jason Sykes
2013-09-30 17:56:39 -04:00
parent 329f2817c2
commit 13eb435138

View File

@@ -71,5 +71,5 @@ $(function(){
resize();
$(window).bind('hashchange', function() {
choose(window.location.href.toString());
}).trigger('hashchange');
});
});