diff --git a/airflow/www/templates/airflow/dag.html b/airflow/www/templates/airflow/dag.html
index ee239e56cf547..43ec572ca04fd 100644
--- a/airflow/www/templates/airflow/dag.html
+++ b/airflow/www/templates/airflow/dag.html
@@ -549,14 +549,6 @@
});
}
- function confirmTriggerDag(link, dag_id){
- if (confirm("Are you sure you want to run '"+dag_id+"' now?")) {
- postAsForm(link.href, {});
- }
- // Never follow the link
- return false;
- }
-
function confirmDeleteDag(link, dag_id){
if (confirm("Are you sure you want to delete '"+dag_id+"' now?\n\
This option will delete ALL metadata, DAG runs, etc.\n\
diff --git a/airflow/www/templates/airflow/dags.html b/airflow/www/templates/airflow/dags.html
index 8b7b5631c2c14..67802023d6e94 100644
--- a/airflow/www/templates/airflow/dags.html
+++ b/airflow/www/templates/airflow/dags.html
@@ -282,14 +282,6 @@ DAGs
window.location = DAGS_INDEX + "?page_size=" + p_size;
});
- function confirmTriggerDag(link, dag_id){
- if (confirm("Are you sure you want to run '"+dag_id+"' now?")) {
- postAsForm(link.href, {});
- }
- // Never follow the link
- return false;
- }
-
function confirmDeleteDag(link, dag_id){
if (confirm("Are you sure you want to delete '"+dag_id+"' now?\n\
This option will delete ALL metadata, DAG runs, etc.\n\
diff --git a/airflow/www/templates/airflow/gantt.html b/airflow/www/templates/airflow/gantt.html
index 663591d6f1d22..803587ddbaa8b 100644
--- a/airflow/www/templates/airflow/gantt.html
+++ b/airflow/www/templates/airflow/gantt.html
@@ -74,7 +74,7 @@
{% block tail_js %}
{{ super() }}
- /
+