From 0ac28ed293681cb8f2e9fdd11efa0021da039c84 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Mon, 26 Jan 2015 06:42:14 +0300 Subject: [PATCH] Ajax: simplify one ajax call and add explanatory comment * Remove "async = true" from script transport since it was needed for FF < 4 and old Opera which we do not support anymore * Add comment to "evalUrl" method on why "type" field should be explicit --- src/ajax/script.js | 1 - src/manipulation/_evalUrl.js | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ajax/script.js b/src/ajax/script.js index bf5f91d53..f5a1f00a4 100644 --- a/src/ajax/script.js +++ b/src/ajax/script.js @@ -39,7 +39,6 @@ jQuery.ajaxTransport( "script", function( s ) { return { send: function( _, complete ) { script = jQuery("