Skip to content

Commit

Permalink
Merge pull request #61 from AAISS/feat/discount-code
Browse files Browse the repository at this point in the history
fix: bug that displayed browser support error for every browser
  • Loading branch information
AlirezaYousefpourM authored Dec 5, 2023
2 parents b23a80b + 99305f9 commit ec684f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script>
var $buoop = {required:{e:97,f:108,o:91,s:10,c:108},unsupported:true,api:2023.12 };
var $buoop = {required:{e:97,f:108,o:91,s:10,c:108},api:2023.12 };
function $buo_f(){
var e = document.createElement("script");
e.src = "//browser-update.org/update.min.js";
Expand Down

0 comments on commit ec684f8

Please sign in to comment.