Completed
Pull Request — master (#155)
by
unknown
19s
created
src/Factories/JavascriptFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
      */
119 119
     protected function constructJqueryAjaxCall($url)
120 120
     {
121
-        return 'if(window.$) {$(function() {$(\'#' . $this->getContainerId() . '\').load(\'' . $url . '\'); });}';
121
+        return 'if(window.$) {$(function() {$(\'#'.$this->getContainerId().'\').load(\''.$url.'\'); });}';
122 122
     }
123 123
 
124 124
     /**
Please login to merge, or discard this patch.