From fb1e5311a38cf68231acbdcef28747e7ba6ee725 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 26 Jun 2013 10:14:26 +1000 Subject: go.blog: remove resize code from blog javascript (Not relevant here.) R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10580043 --- static/play/play.js | 8 -------- 1 file changed, 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(); -- cgit v1.2.3