From f80846545e347120f0ae274b35ba24f3a8120d63 Mon Sep 17 00:00:00 2001
From: Franck Deroche <defr@ows.fr>
Date: Fri, 28 Oct 2016 18:17:59 +0200
Subject: [PATCH] Bug #2822925 by DeFr: Fix JS file path

---
 src/Plugin/CKEditorPlugin/BalloonPanelPlugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Plugin/CKEditorPlugin/BalloonPanelPlugin.php b/src/Plugin/CKEditorPlugin/BalloonPanelPlugin.php
index 343fb22..299a0fc 100644
--- a/src/Plugin/CKEditorPlugin/BalloonPanelPlugin.php
+++ b/src/Plugin/CKEditorPlugin/BalloonPanelPlugin.php
@@ -19,7 +19,7 @@ class BalloonPanelPlugin extends CKEditorPluginBase {
    * {@inheritdoc}
    */
   public function getFile() {
-    return base_path() . 'libraries/balloonpanel/plugin.js';
+    return 'libraries/balloonpanel/plugin.js';
   }
 
   /**
-- 
2.9.3

