aboutsummaryrefslogtreecommitdiff
path: root/static/play
diff options
context:
space:
mode:
Diffstat (limited to 'static/play')
-rw-r--r--static/play/play.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/static/play/play.js b/static/play/play.js
index a30ca74..b6bd939 100644
--- a/static/play/play.js
+++ b/static/play/play.js
@@ -35,14 +35,6 @@
var outpre = document.createElement('pre');
var stopFunc;
- $(output).resizable({
- handles: "n,w,nw",
- minHeight: 27,
- minWidth: 135,
- maxHeight: 608,
- maxWidth: 990
- });
-
function onKill() {
if (stopFunc) {
stopFunc();