Skip to content

Commit

Permalink
Merge pull request #93 from ecaldwell/master
Browse files Browse the repository at this point in the history
Added support for Scene Services
ecaldwell committed Jul 15, 2015
2 parents c31a248 + 8c94d15 commit 18166cc
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "ago-assistant",
"title": "ArcGIS Online Assistant",
"description": "A swiss army knife for your ArcGIS Online and Portal for ArcGIS accounts.",
"version": "2.1.12",
"version": "2.1.13",
"author": "Evan Caldwell",
"homepage": "https://github.com/Esri/ago-assistant",
"repository": {
2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
@@ -614,7 +614,7 @@ require([
var updateContentUrls = function () {
var owner;
var folder;
var supportedContent = jquery(".content[data-type='Feature Service'], .content[data-type='Map Service'], .content[data-type='Image Service'], .content[data-type='KML'], .content[data-type='WMS'], .content[data-type='Geodata Service'], .content[data-type='Globe Service'], .content[data-type='Geometry Service'], .content[data-type='Geocoding Service'], .content[data-type='Network Analysis Service'], .content[data-type='Geoprocessing Service'], .content[data-type='Web Mapping Application'], .content[data-type='Mobile Application']");
var supportedContent = jquery(".content[data-type='Feature Service'], .content[data-type='Map Service'], .content[data-type='Image Service'], .content[data-type='KML'], .content[data-type='WMS'], .content[data-type='Geodata Service'], .content[data-type='Globe Service'], .content[data-type='Geometry Service'], .content[data-type='Geocoding Service'], .content[data-type='Network Analysis Service'], .content[data-type='Geoprocessing Service'], .content[data-type='Web Mapping Application'], .content[data-type='Mobile Application'], .content[data-type='Scene Service']");
var portal = app.portals.sourcePortal;
// Highlight supported content.
supportedContent.addClass("data-toggle btn-info");

0 comments on commit 18166cc

Please sign in to comment.