@@ -118,7 +118,7 @@ |
||
| 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 | /** |