mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-12 19:13:57 +02:00
Remove whitespace
This commit is contained in:
10
src/ifm.js
10
src/ifm.js
@@ -1333,10 +1333,12 @@ 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',
|
||||||
from: "bottom",
|
offset: { x: 0, y: offsetY },
|
||||||
align: "right"
|
placement: {
|
||||||
},
|
from: "bottom",
|
||||||
|
align: "right"
|
||||||
|
},
|
||||||
element: document.activeElement }
|
element: document.activeElement }
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user