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({