remove /customize/pad.js from main apps

This commit is contained in:
ansuz
2016-12-28 15:09:44 +01:00
parent aae443c8e9
commit f020fd5a75
4 changed files with 0 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ define([
'/common/notify.js',
'/bower_components/file-saver/FileSaver.min.js',
'/bower_components/jquery/dist/jquery.min.js',
'/customize/pad.js'
], function (Messages, Crypto, Realtime, TextPatcher, Toolbar, JSONSortify, JsonOT, Cryptpad, Modes, Themes, Visible, Notify) {
var $ = window.jQuery;
var saveAs = window.saveAs;