map = new esri.Map('map', { extent: initialExtent, fitExtent: true, slider: true, nav: false, logo: false }); //Add this to force Dojo to add a random variable to GP GET URLs esri.setRequestPreCallback(function (ioArgs) { if (ioArgs.url.indexOf("GPServer") > -1) { ioArgs.preventCache = true; } return ioArgs; });
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.