Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Remove browser update call #826

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,4 @@
<body>
<div ui-view class="main-container"></div>
</body>
<script>
var $buoop = {
c:2,
vs: {i:9,f:30,o:27,s:7},
reminder: 0,
reminderClosed: 1,
test: false,
text_fr: "Votre navigateur ne permet pas l'affichage du site dans des conditions optimales. Dans un objectif de <b>performance</b>, de <b>sécurité</b> et de <b>qualité de visite</b>, <a>nous vous recommandons de mettre à jour votre navigateur</a>",
};
function $buo_f(){
var e = document.createElement("script");
e.src = "//browser-update.org/update.min.js";
document.body.appendChild(e);
}
try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
catch(e){window.attachEvent("onload", $buo_f)}
</script>
</html>