clear susidns notification the next time the user clicks anywhere on the page, closes #2419

This commit is contained in:
hankhill19580
2020-05-10 07:35:40 +00:00
parent e31b837a7f
commit 0bbd747f82
8 changed files with 12 additions and 3 deletions

View File

@@ -144,6 +144,7 @@
<fileset dir=".">
<include name="WEB-INF/**/*.class"/>
<include name="svg/*"/>
<include name="js/*"/>
</fileset>
<manifest>
<attribute name="Implementation-Version" value="${full.version}" />
@@ -159,7 +160,7 @@
<target name="warUpToDate">
<uptodate property="war.uptodate" targetfile="${project}.war">
<srcfiles dir= "." includes="WEB-INF/web-out.xml WEB-INF/**/*.class svg/*" />
<srcfiles dir= "." includes="WEB-INF/web-out.xml WEB-INF/**/*.class js/* svg/*" />
</uptodate>
<condition property="shouldListChanges" >
<and>