Skip to content

Commit 7744a79

Browse files
committed
remove draggable since it's on onlinepythontutor now
1 parent c653604 commit 7744a79

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

.htaccess

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Options +FollowSymLinks
21
<FilesMatch "config\.json$">
32
Order Allow,Deny
43
Deny from all

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<script type="text/javascript" src="./OnlinePythonTutor/v3/js/jquery.jsPlumb-1.3.10-all-min.js "></script> <!-- for rendering SVG connectors
5353
DO NOT UPGRADE ABOVE 1.3.10 OR ELSE BREAKAGE WILL OCCUR -->
5454
<script type="text/javascript" src="./OnlinePythonTutor/v3/js/jquery-ui-1.8.24.custom.min.js"></script> <!-- for sliders and other UI elements -->
55-
<script type="text/javascript" src="jquery.ui.draggable.min.js"></script> <!-- also 1.8.24 -->
55+
5656
<link type="text/css" href="./OnlinePythonTutor/v3/css/ui-lightness/jquery-ui-1.8.24.custom.css" rel="stylesheet" />
5757

5858
<!-- for annotation bubbles -->

jquery.ui.draggable.min.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)