#29801 - Fix for widget embedding code.
authorManoj K <manoj.k@zyxware.com>
Fri, 17 Oct 2014 04:24:01 +0000 (09:54 +0530)
committerManoj K <manoj.k@zyxware.com>
Fri, 17 Oct 2014 04:24:01 +0000 (09:54 +0530)
CRM/Wci/Form/CreateWidget.php
wci-helper-functions.php

index 8f29ae749a5d5e9d548235605a548c85c19da663..80d5f72579776a11aef1318135fc0f6015bae074 100644 (file)
@@ -217,6 +217,7 @@ where w.id=" . $this->_id;
       
       $emb_code = "<script src=\"http://code.jquery.com/jquery-1.9.1.min.js\"></script>
 <script type=\"text/javascript\" src=\"" . $widget_controller_path . "?widgetId=" . $this->_id . "\"></script>
+<script>
 $( document ).ready(function() {
 $('#widgetwci').html(wciwidgetcode);
 });
index 2828fa054049a17e4b4aa93ea70df6b2f5cb0086..68648cac7f16e2ae8a3df9805e5ffea96c60aa71 100644 (file)
@@ -14,7 +14,7 @@
   }
   
   function getExtensionRootPath() {
-    return '//' . $_SERVER['SERVER_NAME'] . str_replace($_SERVER['DOCUMENT_ROOT'], '', __DIR__);
+    return 'http://' . $_SERVER['SERVER_NAME'] . str_replace($_SERVER['DOCUMENT_ROOT'], '', __DIR__);
   }
   
   function getWciWidgetControllerPath() {