aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'etherpad/src/main.js')
-rw-r--r--etherpad/src/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/etherpad/src/main.js b/etherpad/src/main.js
index 6c9e959..2cddbac 100644
--- a/etherpad/src/main.js
+++ b/etherpad/src/main.js
@@ -48,7 +48,6 @@ import("etherpad.control.pro.admin.license_manager_control");
import("etherpad.control.pro_beta_control");
import("etherpad.control.pro.pro_main_control");
import("etherpad.control.pro_signup_control");
-import("etherpad.control.pro_help_control");
import("etherpad.control.scriptcontrol");
import("etherpad.control.static_control");
import("etherpad.control.store.storecontrol");
@@ -366,7 +365,6 @@ function handlePath() {
[/^\/([^\/]+)$/, pad_control.render_pad],
[DirMatcher('/ep/unit-tests/'), forward(testcontrol)],
[DirMatcher('/ep/pne-manual/'), forward(pne_manual_control)],
- [DirMatcher('/ep/pro-help/'), forward(pro_help_control)]
]);
var etherpadDotComDispatcher = new Dispatcher();