@@ -80,7 +80,7 @@ |
||
80 | 80 | $retour .= '.always(function( dataOrjqXHR, textStatus, jqXHROrerrorThrown ) {' . ($always ?? '') . $this->removeLoader($hasLoader) . '})'; |
81 | 81 | $retour .= ";\n"; |
82 | 82 | $retour = $this->_addJsCondition($jsCondition, $retour); |
83 | - $retour='(function(){'.$retour.'})();'; |
|
83 | + $retour='(function(){'.$retour.'})();'; |
|
84 | 84 | if ($immediatly) { |
85 | 85 | $this->jquery_code_for_compile[] = $retour; |
86 | 86 | } |