From 0a89f134989582d2d18d592ddd1094819934d88d Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 28 Dec 2016 15:15:25 +0100 Subject: [PATCH] don't need /customize/pad.js anymore --- customize.dist/pad.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 customize.dist/pad.js diff --git a/customize.dist/pad.js b/customize.dist/pad.js deleted file mode 100644 index cf3170706..000000000 --- a/customize.dist/pad.js +++ /dev/null @@ -1,9 +0,0 @@ -/* - globals define console -*/ -require([ - '/customize/DecorateToolbar.js', - '/bower_components/jquery/dist/jquery.min.js' -], function (Dt) { - Dt.main(window.$('#bottom-bar')); -});