9426: use "get" method for tags action
[arvados.git] / apps / workbench / app / assets / javascripts / edit_collection_tags.js
index 9a7ebece70f46cc0f8635217c1c4263c82926082..06cd64b00a0fdf3183fdcf5f309fc87d0304ac63 100644 (file)
@@ -48,7 +48,7 @@ $(document).
     }).
     on('click', '.collection-tag-cancel', function(e){
       $.ajax($(location).attr('pathname')+'/tags', {
-          type: 'POST'
+          type: 'GET'
       });
     });