(js) Move "ACLs saved" toast of admin to bottom

This commit is contained in:
Francis Lachapelle 2016-10-31 15:18:12 -04:00
parent 0b99dbfc99
commit 1ccf5e369f

View file

@ -90,7 +90,7 @@
$mdToast.show( $mdToast.show(
$mdToast.simple() $mdToast.simple()
.content(l('ACLs saved')) .content(l('ACLs saved'))
.position('top right') .position('bottom right')
.hideDelay(3000) .hideDelay(3000)
); );
// Close acls on small devices // Close acls on small devices