diff options
author | adhitya | 2016-04-12 07:02:39 +0000 |
---|---|---|
committer | adhitya | 2016-04-12 07:02:39 +0000 |
commit | dd83478e3fcaac98de690aa59e6288ad41a1c351 (patch) | |
tree | 38653bdf0ae95053f66777c4ac3fe5be5d8fbd33 /test.html | |
parent | 92f3207b50a1caca07df5c5b238212af3358905b (diff) | |
download | xcos-on-web-dd83478e3fcaac98de690aa59e6288ad41a1c351.tar.gz xcos-on-web-dd83478e3fcaac98de690aa59e6288ad41a1c351.tar.bz2 xcos-on-web-dd83478e3fcaac98de690aa59e6288ad41a1c351.zip |
Keyboard shortcuts work properly
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <html> <head> <title>Testing Details</title> -<script type="text/javascript" src="src/js/xcos/core/details.js"></script> +<script type="text/javascript" src="details.js"></script> <script type="text/javascript" src="json2.js"></script> </head> <body> |