From 5b88f7172bede46146a9d18d974ab2c7a3781aca Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 28 Oct 2014 09:16:05 +0000 Subject: [PATCH] If stats.js plugin is available, load it --- editor.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editor.php b/editor.php index 4c52dca..d202382 100644 --- a/editor.php +++ b/editor.php @@ -34,6 +34,10 @@ if (file_exists(dirname(__FILE__)."/plugins/emmet/emmet.min.js")) { if (file_exists(dirname(__FILE__)."/plugins/pesticide/pesticide.js")) { echo ''; };?> +'; +};?>