mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-12 11:04:01 +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;
|
||||
$.notify(
|
||||
{ message: m },
|
||||
{ type: msgType, delay: 3000, mouse_over: 'pause', offset: { x: 0, y: offsetY }, placement: {
|
||||
from: "bottom",
|
||||
align: "right"
|
||||
},
|
||||
{ type: msgType, delay: 3000, mouse_over: 'pause',
|
||||
offset: { x: 0, y: offsetY },
|
||||
placement: {
|
||||
from: "bottom",
|
||||
align: "right"
|
||||
},
|
||||
element: document.activeElement }
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user