Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
4bcdcc9f
Commit
4bcdcc9f
authored
May 03, 2019
by
Christoffer Ackelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JS: Can now use ES6.
parent
5d4e1cd6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
22 deletions
+27
-22
java/jsw/ev/src/ev.html
java/jsw/ev/src/ev.html
+6
-5
java/jsw/flow/src/flow.html
java/jsw/flow/src/flow.html
+4
-3
java/jsw/ge/src/ge.html
java/jsw/ge/src/ge.html
+6
-5
java/jsw/opwind/src/opwind_menu.html
java/jsw/opwind/src/opwind_menu.html
+5
-4
java/jsw/xtt/src/xtt.html
java/jsw/xtt/src/xtt.html
+6
-5
No files found.
java/jsw/ev/src/ev.html
View file @
4bcdcc9f
...
...
@@ -21,11 +21,12 @@
<div
id=
"toolitem12"
tabindex=
"-1"
class=
"toolbar-item"
role=
"button"
><img
src=
"toolbar_classhelp.png"
><img></div>
</div>
<canvas
id=
"flowcanvas"
width=
"1200"
height=
"800"
></canvas>
<script
src=
"pwr.js"
></script>
<script
src=
"cli.js"
></script>
<script
src=
"gdh.js"
></script>
<script
src=
"plow.js"
></script>
<script
src=
"ev.js"
></script>
<script
src=
"https://unpkg.com/@babel/standalone/babel.min.js"
></script>
<script
type=
"text/babel"
src=
"pwr.js"
></script>
<script
type=
"text/babel"
src=
"cli.js"
></script>
<script
type=
"text/babel"
src=
"gdh.js"
></script>
<script
type=
"text/babel"
src=
"plow.js"
></script>
<script
type=
"text/babel"
src=
"ev.js"
></script>
<hr>
<address><a
href=
"mailto:claes@debian86.ssab.com"
></a></address>
</body>
...
...
java/jsw/flow/src/flow.html
View file @
4bcdcc9f
...
...
@@ -13,9 +13,10 @@
<div
id=
"toolitem4"
tabindex=
"-1"
class=
"toolbar-item"
role=
"button"
><img
src=
"toolbar_object.png"
><img></div>
</div>
<canvas
id=
"flowcanvas"
width=
"1200"
height=
"800"
></canvas>
<script
src=
"pwr.js"
></script>
<script
src=
"gdh.js"
></script>
<script
src=
"flow.js"
></script>
<script
src=
"https://unpkg.com/@babel/standalone/babel.min.js"
></script>
<script
type=
"text/babel"
src=
"pwr.js"
></script>
<script
type=
"text/babel"
src=
"gdh.js"
></script>
<script
type=
"text/babel"
src=
"flow.js"
></script>
<hr>
<address><a
href=
"mailto:claes@debian86.ssab.com"
></a></address>
</body>
...
...
java/jsw/ge/src/ge.html
View file @
4bcdcc9f
...
...
@@ -7,11 +7,12 @@
<body>
<canvas
id=
"flowcanvas"
width=
"1200"
height=
"800"
></canvas>
<script
src=
"pwr.js"
></script>
<script
src=
"cli.js"
></script>
<script
src=
"gdh.js"
></script>
<script
src=
"glow.js"
></script>
<script
src=
"ge.js"
></script>
<script
src=
"https://unpkg.com/@babel/standalone/babel.min.js"
></script>
<script
type=
"text/babel"
src=
"pwr.js"
></script>
<script
type=
"text/babel"
src=
"cli.js"
></script>
<script
type=
"text/babel"
src=
"gdh.js"
></script>
<script
type=
"text/babel"
src=
"glow.js"
></script>
<script
type=
"text/babel"
src=
"ge.js"
></script>
<hr>
<address><a
href=
"mailto:claes@debian86.ssab.com"
></a></address>
</body>
...
...
java/jsw/opwind/src/opwind_menu.html
View file @
4bcdcc9f
...
...
@@ -21,10 +21,11 @@
<button
id=
"logout_button"
type=
"button"
class=
"leftmenu-button"
>
Logout
</button>
</div>
</div>
<script
src=
"crypt.js"
></script>
<script
src=
"pwr.js"
></script>
<script
src=
"gdh.js"
></script>
<script
src=
"opwind.js"
></script>
<script
src=
"https://unpkg.com/@babel/standalone/babel.min.js"
></script>
<script
type=
"text/babel"
src=
"crypt.js"
></script>
<script
type=
"text/babel"
src=
"pwr.js"
></script>
<script
type=
"text/babel"
src=
"gdh.js"
></script>
<script
type=
"text/babel"
src=
"opwind.js"
></script>
<hr>
<address><a
href=
"mailto:claes@debian86.ssab.com"
></a></address>
</body>
...
...
java/jsw/xtt/src/xtt.html
View file @
4bcdcc9f
...
...
@@ -17,11 +17,12 @@
<div
id=
"toolitem8"
tabindex=
"-1"
class=
"toolbar-item"
role=
"button"
><img
src=
"toolbar_classhelp.png"
><img></div>
</div>
<canvas
id=
"flowcanvas"
width=
"1200"
height=
"800"
></canvas>
<script
src=
"pwr.js"
></script>
<script
src=
"cli.js"
></script>
<script
src=
"gdh.js"
></script>
<script
src=
"plow.js"
></script>
<script
src=
"xtt.js"
></script>
<script
src=
"https://unpkg.com/@babel/standalone/babel.min.js"
></script>
<script
type=
"text/babel"
src=
"pwr.js"
></script>
<script
type=
"text/babel"
src=
"cli.js"
></script>
<script
type=
"text/babel"
src=
"gdh.js"
></script>
<script
type=
"text/babel"
src=
"plow.js"
></script>
<script
type=
"text/babel"
src=
"xtt.js"
></script>
<hr>
<address><a
href=
"mailto:claes@debian86.ssab.com"
></a></address>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment