bbovenzi commented on a change in pull request #19211:
URL: https://github.com/apache/airflow/pull/19211#discussion_r735959527
##########
File path: airflow/www/static/js/dag_code.js
##########
@@ -17,13 +17,10 @@
* under the License.
*/
-/* global $ */
+/* global window, $ */
-import getMetaValue from './meta_value';
-
-const isWrapped = getMetaValue('wrapped');
Review comment:
Let's also get rid of
```
{% block head_meta %}
{{ super() }}
<meta name="wrapped" content="{{ wrapped }}">
{% endblock %}
```
in `dag_code.html` if we're not using it at all anymore.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]