diff options
| author | hallgren <hallgren@chalmers.se> | 2011-02-22 16:04:49 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-02-22 16:04:49 +0000 |
| commit | 8b76047cdae7372f4fae5aba3a71a19a1b242dfd (patch) | |
| tree | bc4b1b95d13c16fe7ab5413a99be353bb2e427fa /src/editor/simple/index.html | |
| parent | 27f4ad15e3a2b611048bb623098f3a1195eedfbb (diff) | |
gfse: allow definitions to be reordered by drad-and-drop
Diffstat (limited to 'src/editor/simple/index.html')
| -rw-r--r-- | src/editor/simple/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor/simple/index.html b/src/editor/simple/index.html index dcca4d7b7..952440e71 100644 --- a/src/editor/simple/index.html +++ b/src/editor/simple/index.html @@ -38,5 +38,6 @@ HTML <script type="text/javascript" src="localstorage.js"></script> <script type="text/javascript" src="gf_abs.js"></script> <script type="text/javascript" src="editor.js"></script> +<script type="text/javascript" src="sort.js"></script> </body> </html> |
