Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bacionejs authored Aug 10, 2024
1 parent ad4df68 commit 83fc6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bacione.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1'/><script>onload=()=>{ ide();function ide(){
document.title="Bacione Javascript Editor";
let tested="Tested on: Android 13, Chrome browser 121, tablet and phone";
if(navigator.maxTouchPoints<2){alert(tested);return;}
if(navigator.maxTouchPoints<2 || (!navigator.userAgent.includes("Chrome") || navigator.userAgent.includes("Edg"))){alert(tested);return;}
let license=`
Bacione Javascript Editor is an Integrated Development Environment (IDE) for programming small javascript games on a phone offline. Several games are included.
License: GPL
Expand Down Expand Up @@ -1350,4 +1350,4 @@
(function(sort){Array.prototype.sort=function(){return sort.call(this,(a,b)=>a-b)};})(Array.prototype.sort);//Overridden Array sort: compares numbers instead of strings
let L=Library();

}}</script>
}}</script>

0 comments on commit 83fc6a5

Please sign in to comment.