From 411d3621c3fa65d52075ae73e4f07a9b4e89e019 Mon Sep 17 00:00:00 2001 From: topaz2 Date: Mon, 10 Apr 2017 13:55:09 +0900 Subject: [PATCH] Use window.URL instead of window.webkitURL --- trelloscrum.js | 1 - 1 file changed, 1 deletion(-) diff --git a/trelloscrum.js b/trelloscrum.js index d3203e8..0e17d5a 100644 --- a/trelloscrum.js +++ b/trelloscrum.js @@ -770,7 +770,6 @@ function showPointPicker(location) { //for export var $excel_btn,$excel_dl; -window.URL = window.webkitURL || window.URL; function checkExport() { if($excel_btn && $excel_btn.filter(':visible').length) return;