1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-12 19:13:57 +02:00

Remove whitespace

This commit is contained in:
maggie0002
2021-06-16 14:08:31 -07:00
parent ff43fcec2a
commit 430d58c8df

View File

@@ -1333,7 +1333,9 @@ function IFM(params) {
let offsetY = ( document.activeElement.tagName == "BODY" ) ? 15 : 70;
$.notify(
{ message: m },
{ type: msgType, delay: 3000, mouse_over: 'pause', offset: { x: 0, y: offsetY }, placement: {
{ type: msgType, delay: 3000, mouse_over: 'pause',
offset: { x: 0, y: offsetY },
placement: {
from: "bottom",
align: "right"
},