mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
removed proxy references. Not needed.
This commit is contained in:
parent
a04811b7c6
commit
df4757d0ea
@ -17,7 +17,6 @@
|
||||
vendor: location.pathname.replace(/\/[^/]+$/, "") + "../../vendor"
|
||||
}
|
||||
}
|
||||
window.proxyPath = "../lib/resource-proxy/proxy.php";
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="http://js.arcgis.com/3.10/js/dojo/dijit/themes/claro/claro.css">
|
||||
@ -53,8 +52,6 @@
|
||||
g_modules.Graphic = Graphic;
|
||||
g_offlineFeaturesManager = new O.esri.Edit.OfflineFeaturesManager();
|
||||
g_editsStore = new O.esri.Edit.EditStore();
|
||||
|
||||
esriConfig.defaults.io.proxyUrl = window.proxyPath;
|
||||
|
||||
g_offlineFeaturesManager.initAttachments(function(success)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user