remove dead code from pages.js

This commit is contained in:
ansuz
2017-11-21 15:52:21 +01:00
parent 4ffb59dce9
commit 8150abddbe
2 changed files with 1 additions and 47 deletions

View File

@@ -1,11 +1,10 @@
define([
'jquery',
'/common/hyperscript.js',
'/common/cryptpad-common.js',
'/customize/pages.js',
'less!/bower_components/components-font-awesome/css/font-awesome.min.css',
], function ($, h, Cryptpad, Pages) {
], function ($, h, Pages) {
$(function () {
var $body = $('body');
var isMainApp = function () {