|
@@ -95,8 +95,8 @@ |
|
|
block discarded – undo |
|
95
|
95
|
public function async($path, $id) |
|
96
|
96
|
{ |
|
97
|
97
|
$safetyPath = str_replace('\\', '', $this->encodeJavaScript($path)); |
|
98
|
|
- $url = "//" . $this->container->request->httpHost . $this->container->request->baseUri . $safetyPath; |
|
|
98
|
+ $url = "//".$this->container->request->httpHost.$this->container->request->baseUri.$safetyPath; |
|
99
|
99
|
|
|
100
|
|
- return "<script type='text/javascript'>" . $this->asyncHelperCode($url, $id) . "</script>"; |
|
|
100
|
+ return "<script type='text/javascript'>".$this->asyncHelperCode($url, $id)."</script>"; |
|
101
|
101
|
} |
|
102
|
102
|
} |
Please login to merge, or discard this patch.