Skip to content

Commit

Permalink
Switching off wicket devel mode
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Dec 1, 2015
1 parent 9459793 commit 0a57c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/admin-gui/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -90,8 +90,8 @@
<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
<init-param>
<param-name>configuration</param-name>
<param-value>development</param-value>
<!--<param-value>deployment</param-value>-->
<!-- <param-value>development</param-value> -->
<param-value>deployment</param-value>
</init-param>
<init-param>
<param-name>applicationBean</param-name>
Expand Down

0 comments on commit 0a57c64

Please sign in to comment.