From 4e5e7802fd923217b6c37675c7ce915d8e24eb7f Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 27 Apr 2017 17:14:03 +0800 Subject: [PATCH] add --- bi/case.js | 2 +- docs/case.js | 2 +- docs/demo.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bi/case.js b/bi/case.js index 083490c44..4916f30f9 100644 --- a/bi/case.js +++ b/bi/case.js @@ -11976,7 +11976,7 @@ BI.ZeroClip = BI.inherit(BI.BasicButton, { BI.nextTick(function () { self.element.zclip({ - path: BI.resourceURL + "ZeroClipboard.swf", + path: BI.resourceURL + "/ZeroClipboard.swf", copy: o.copy, beforeCopy: o.beforeCopy, afterCopy: o.afterCopy diff --git a/docs/case.js b/docs/case.js index 083490c44..4916f30f9 100644 --- a/docs/case.js +++ b/docs/case.js @@ -11976,7 +11976,7 @@ BI.ZeroClip = BI.inherit(BI.BasicButton, { BI.nextTick(function () { self.element.zclip({ - path: BI.resourceURL + "ZeroClipboard.swf", + path: BI.resourceURL + "/ZeroClipboard.swf", copy: o.copy, beforeCopy: o.beforeCopy, afterCopy: o.afterCopy diff --git a/docs/demo.js b/docs/demo.js index b43a8ce7d..b9f465dad 100644 --- a/docs/demo.js +++ b/docs/demo.js @@ -7,7 +7,7 @@ BI.i18n = { }; BI.servletURL = "dist/"; -BI.resourceURL = "dist/resource"; +BI.resourceURL = "dist/resource/"; BI.i18n = {};$(function () { var ref; BI.createWidget({