OP-3908 - remove subset manager menu item

Obsolete, replaced by Publisher
This commit is contained in:
Petr Kalis 2022-11-01 12:20:59 +01:00
parent 0af6d3f205
commit c2aa33cf2b
2 changed files with 0 additions and 12 deletions

View file

@ -64,17 +64,6 @@
});
});
</script>
<script type=text/javascript>
$(function() {
$("a#subsetmanager-button").bind("click", function() {
RPC.call('Photoshop.subsetmanager_route').then(function (data) {
}, function (error) {
alert(error);
});
});
});
</script>
<script type=text/javascript>
$(function() {
@ -100,7 +89,6 @@
<a href=# id=workfiles-button><button>Workfiles...</button></a>
<a href=# id=loader-button><button>Load...</button></a>
<a href=# id=publish-button><button>Publish...</button></a>
<a href=# id=sceneinventory-button><button>Manage...</button></a>
<a href=# id=experimental-button><button>Experimental Tools...</button></a>
</body>
</html>