Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Feature/block page until loaded (#152)
Browse files Browse the repository at this point in the history
* Added DIV and script to block page until DOM is loaded.
Not working yet, DIV is not found in script.

* bugfix loader animation shown while readyState != 'complete'

* - loader is now started onbeforeunload.
- to have less screen flickering body part is static instead of hidden

* Renamed negotiator.css to force reload of CSS in browser

* removed unwanted characters from merging

Co-authored-by: Emilian Jungwirth <emilian.jung+github@gmail.com>
Co-authored-by: jungwire <88881847+jungwire@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 21, 2022
1 parent 5aa6e08 commit c2c4fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/components/styles.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<h:outputStylesheet name="css/bbmri.css" />
<h:outputStylesheet name="css/buttons.css" />
<h:outputStylesheet name="css/negotiator.css" />
<h:outputStylesheet name="css/negotiator20221019.css" />


<h:outputScript library="webjars" name="jquery/3.3.1/jquery.min.js" />
Expand Down Expand Up @@ -72,4 +72,4 @@
};

</h:outputScript>
</ui:composition>
</ui:composition>

0 comments on commit c2c4fbc

Please sign in to comment.