Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions public/coffee-script.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/hiddenset.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable = no">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="jquery2.2.4.min.js"></script>
<link rel="stylesheet" href="index.css">
<link rel="apple-touch-icon" sizes="57x57" href="set-icon.png"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
Expand Down Expand Up @@ -79,7 +79,7 @@
root.Controller.start()
</script>

<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.1.2/coffee-script.min.js"></script>
<script type="text/javascript" src="coffee-script.min.js"></script>
</body>

</html>
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1.0, user-scalable = no">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="jquery3.3.1.min.js"></script>
<link rel="stylesheet" href="index.css">
<link rel="apple-touch-icon" sizes="57x57" href="set-icon.png"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
Expand Down Expand Up @@ -81,7 +81,7 @@
root.variant = Variants.set
root.Controller.start()
</script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.1.2/coffee-script.min.js"></script>
<script type="text/javascript" src="coffee-script.min.js"></script>
</body>

</html>
4 changes: 4 additions & 0 deletions public/jquery2.2.4.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/jquery3.3.1.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/powerset.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable = no">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="jquery3.3.1.min.js"></script>
<link rel="stylesheet" href="index.css">
<link rel="apple-touch-icon" sizes="57x57" href="powerset-icon.png"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
Expand Down Expand Up @@ -92,7 +92,7 @@
setDimension(currentDimensions + 1)
</script>

<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.1.2/coffee-script.min.js"></script>
<script type="text/javascript" src="coffee-script.min.js"></script>

</body>

Expand Down
4 changes: 2 additions & 2 deletions public/superset.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable = no">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="jquery2.2.4.min.js"></script>
<link rel="stylesheet" href="index.css">
<link rel="apple-touch-icon" sizes="57x57" href="set-icon.png"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
Expand Down Expand Up @@ -79,7 +79,7 @@
root.Controller.start()
</script>

<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.1.2/coffee-script.min.js"></script>
<script type="text/javascript" src="coffee-script.min.js"></script>
</body>

</html>