Skip to content

Commit

Permalink
updated browser-update.org
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO authored Mar 20, 2017
1 parent 765e7fb commit 82eb2b0
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,19 @@
<!-- /.login-box -->

<script>
var $buoop = {vs:{i:11,f:30,o:25,s:7},c:2};
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)}
var $buoop = {vs: {i: 13, f: -2, o: -2, s: 9, c: -2}, unsecure: true, api: 4};
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>

<?php
Expand Down

0 comments on commit 82eb2b0

Please sign in to comment.