Remove linksDropdown which is now unused

This commit is contained in:
Jean-Baptiste Bellet
2023-06-21 10:06:41 +02:00
parent 4ec41572b1
commit 5d1c32e8cd
2 changed files with 0 additions and 24 deletions

View File

@@ -1,5 +0,0 @@
angular.module("admin.dropdown").directive "linksDropdown", ($window)->
restrict: "C"
scope:
links: "="
templateUrl: "admin/links_dropdown.html"