corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 20  →  ?path2? @ 21
/inventoryBrowser/inventoryBrowser.html
@@ -117,7 +117,7 @@
}
 
// The "download" menu item for textures.
if (node.data.type == "texture") {
if (node.data.type == "texture" || node.data.type == "snapshot") {
$.extend(items, {
downloadItem: {
label: "Download",