Bladeren bron

fixed bad space char

Piotr Labudda 6 jaren geleden
bovenliggende
commit
d6d87e51d3
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      tools/BraveCare.php

+ 2 - 2
tools/BraveCare.php

@@ -531,10 +531,10 @@ public function showListKontrahenci($items) {
 
 
 	// link do ackji w php: $saveFormUrl = $this->getLink('saveRaportAjax');
-	// przekazać link do JavaScript i tam:
+	// przekazać link do JavaScript i tam:
 	// window.fetch('{$saveFormUrl}', { ... }).then(...) - dokumentacja: https://github.com/github/fetch
 	public function saveRaportAjaxAction() {
-		// Response::sendTryCatchJson(array($this, 'saveRaportAjax'), $args = 'JSON_FROM_REQUEST_BODY'); // użyj tej wersji jeśli chcesz wysyłać z przelgądarki JSON-a post-em
+		// Response::sendTryCatchJson(array($this, 'saveRaportAjax'), $args = 'JSON_FROM_REQUEST_BODY'); // użyj tej wersji jeśli chcesz wysyłać z przelgądarki JSON-a post-em
 		Response::sendTryCatchJson(array($this, 'saveRaportAjax'));
 	}
 	public function saveRaportAjax($args) {