mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-12 19:13:57 +02:00
Remove whitespace
This commit is contained in:
@@ -1333,7 +1333,9 @@ function IFM(params) {
|
|||||||
let offsetY = ( document.activeElement.tagName == "BODY" ) ? 15 : 70;
|
let offsetY = ( document.activeElement.tagName == "BODY" ) ? 15 : 70;
|
||||||
$.notify(
|
$.notify(
|
||||||
{ message: m },
|
{ 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",
|
from: "bottom",
|
||||||
align: "right"
|
align: "right"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user