Skip to content

Commit

Permalink
hide warning by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Rawson-Tetley committed Apr 7, 2021
1 parent 6a725df commit cce1f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/asm3/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# flake8: noqa - we have a lot of locales and this is convenient
from asm3.locales import *

VERSION = "44u [Tue 6 Apr 13:53:52 BST 2021]"
BUILD = "04061353"
VERSION = "44u [Wed 7 Apr 08:33:29 BST 2021]"
BUILD = "04070833"

DMY = ( "%d/%m/%Y", "%d/%m/%y" )
HDMY = ( "%d-%m-%Y", "%d-%m-%y" )
Expand Down
2 changes: 1 addition & 1 deletion src/static/js/animal.js
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ $(function() {
'</table>',
'</div>',
'<div id="emailform"></div>',
'<div id="dialog-popupwarning" title="' + html.title(_("Warning")) + '">',
'<div id="dialog-popupwarning" style="display: none" title="' + html.title(_("Warning")) + '">',
'<p>' + html.error(controller.animal.POPUPWARNING) + '</p>',
'</div>',
'<div id="dialog-merge" style="display: none" title="' + html.title(_("Select animal to merge")) + '">',
Expand Down

0 comments on commit cce1f73

Please sign in to comment.