Skip to content

Commit 13b53b0

Browse files
committed
breadcrumb frame click
1 parent f6b1bcb commit 13b53b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/adminifier/static/script/adminifier.js

+1
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ function handlePageData (data) {
532532
href: '../'.repeat(i) + crumb,
533533
text: crumb
534534
});
535+
addFrameClickHandler(a);
535536
var icon = new Element('i', {
536537
class: 'fa fa-angle-right'
537538
});

0 commit comments

Comments
 (0)