You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/15 13:13:08 UTC

[GitHub] [airflow] ashb commented on a change in pull request #9307: Fix failing tests from #9250

ashb commented on a change in pull request #9307:
URL: https://github.com/apache/airflow/pull/9307#discussion_r440165138



##########
File path: airflow/www/templates/airflow/tree.html
##########
@@ -136,7 +136,7 @@
 
 var devicePixelRatio = window.devicePixelRatio || 1;
 // JSON.parse is faster for large payloads than an object literal (because the JSON grammer is simpler!)
-var data = JSON.parse({{ data|tojson }});
+var data = {{ data }};

Review comment:
       Correct. This was added for a reason. As it says in the comment directly before this line.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org