diff --git a/samples/tpk-layer.html b/samples/tpk-layer.html index 9d1b373..733a092 100644 --- a/samples/tpk-layer.html +++ b/samples/tpk-layer.html @@ -115,12 +115,12 @@ var locationPath = location.pathname.replace(/\/[^/]+$/, ""); var dojoConfig = { paths: { - tpk: locationPath + "lib/tpk", - tiles: "//esri.github.io/offline-editor-js/lib/tiles" + tpk: locationPath + "/../lib/tpk", + tiles: locationPath + "/../lib/tiles" } } - +