Skip to content

Commit

Permalink
Update JointJS. Migrate to nw.js. Refactor to satisfy my weird new Ja…
Browse files Browse the repository at this point in the history
…vascript preferences.
  • Loading branch information
etodd committed Feb 15, 2016
1 parent 6197c2c commit 81ca494
Show file tree
Hide file tree
Showing 13 changed files with 575 additions and 22,840 deletions.
696 changes: 301 additions & 395 deletions dialogger.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ Editor tools
stroke-width: 0;
}

.port-label
{
display: none;
}

/*
Node styles
*/
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<html>
<head>
<title>Dialogger</title>
<link rel="stylesheet" href="lib/joint.css" />
<link rel="stylesheet" href="index.css" />
<script src="lib/joint.js"></script>
<script src="lib/jquery.contextmenu.js"></script>
<script src="lib/joint.shapes.devs.js"></script>
<link rel="stylesheet" href="lib/joint.min.css" />
<script src="lib/jquery.min.js"></script>
<script src="lib/lodash.min.js"></script>
<script src="lib/backbone-min.js"></script>
<script src="lib/joint.min.js"></script>
<script src="lib/joint.shapes.devs.min.js"></script>
</head>
<body>
<input type="file" id="file" accept=".dl" style="display: none;" />
<input type="file" id="file_open" accept=".dl" style="display: none;" />
<input type="file" id="file_save" accept=".dl" style="display: none;" nwsaveas="dialogue.dl" />
<div id="flash"></div>
<div id="menu">
<button class="delete close">x</button>
</div>
<div id="container">
<div id="paper"></div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions lib/backbone-min.js

Large diffs are not rendered by default.

239 changes: 0 additions & 239 deletions lib/joint.css

This file was deleted.

Loading

0 comments on commit 81ca494

Please sign in to comment.