From 1c826da1d16453621334918f86c0a4cf4e0dc1b1 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 3 Feb 2012 21:28:19 +0100 Subject: [PATCH] rem jQ-UI from pad.js too --- static/js/pad.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/pad.js b/static/js/pad.js index 4fa46ac6..47b1635b 100644 --- a/static/js/pad.js +++ b/static/js/pad.js @@ -27,7 +27,6 @@ var socket; // These jQuery things should create local references, but for now `require()` // assigns to the global `$` and augments it with plugins. require('/jquery'); -require('/jquery-ui'); require('/farbtastic'); require('/excanvas'); JSON = require('/json2');