diff options
author | Andrew Gerrand <adg@golang.org> | 2013-06-26 10:14:26 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-06-26 10:14:26 +1000 |
commit | fb1e5311a38cf68231acbdcef28747e7ba6ee725 (patch) | |
tree | a710d61be18c6124b64f3bf9b22ea4e908ecf797 /static/play | |
parent | 7bde0643f08c04fa0dbab7bdeb804c1288974195 (diff) |
go.blog: remove resize code from blog javascript
(Not relevant here.)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/10580043
Diffstat (limited to 'static/play')
-rw-r--r-- | static/play/play.js | 8 |
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(); |