diff --git a/TODO b/TODO index deb0477..12026f2 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,9 @@ ### GENERAL * get all status messages to use toasts AND get func to also increase/descrease the job counter as appropriate) - [DONE] all status messages use toasts - -- [TODO] make a helper func for setting toast body and use it in base.html && file_support.js + -- [DONE] make a helper func for setting toast body and use it in base.html && file_support.js -- [TODO] make a helper func for setting 'Active Jobs' text/badge and call it when document ready (rather/both than start of base.html) + -- should allow all JM Messages, or other messages to be an active Ajax poll until a job has completed * ignore face should ignore ALL matching faces (re: Declan) diff --git a/templates/base.html b/templates/base.html index b3c4e0f..17983df 100644 --- a/templates/base.html +++ b/templates/base.html @@ -137,22 +137,24 @@ {% if GetJM_Message() != None %} {% set msg=GetJM_Message() %} {% if request.endpoint != "fix_dups" and request.endpoint != "rm_dups" and request.endpoint != "stale_jobs" %} -