Showing
1 changed file
with
1 additions
and
1 deletions
@@ -176,7 +176,7 @@ $(function(){ | @@ -176,7 +176,7 @@ $(function(){ | ||
176 | type:$(this).attr('method'), | 176 | type:$(this).attr('method'), |
177 | } | 177 | } |
178 | var data = {}; | 178 | var data = {}; |
179 | - if(isJson) { | 179 | + if(isJson!=='false') { |
180 | option.url = '/proxy?url=' + $(this).attr('url'); | 180 | option.url = '/proxy?url=' + $(this).attr('url'); |
181 | } | 181 | } |
182 | 182 |
-
Please register or login to post a comment