Fix hover-descriptions
This commit is contained in:
parent
f95a84ac60
commit
9570834963
@ -9159,7 +9159,7 @@
|
||||
return QR.selected.nodes.spoiler.click();
|
||||
});
|
||||
$.on(nodes.fileInput, 'change', QR.handleFiles);
|
||||
items = ['spoilerPar', 'dumpButton', 'fileRM'];
|
||||
items = ['spoilerPar', 'dumpButton', 'fileRM', 'urlButton'];
|
||||
i = 0;
|
||||
while (name = items[i++]) {
|
||||
$.on(nodes[name], 'mouseover', QR.mouseover);
|
||||
@ -9497,7 +9497,8 @@
|
||||
asapTest: function() {
|
||||
return true;
|
||||
},
|
||||
close: true
|
||||
offsetX: 15,
|
||||
offsetY: -5
|
||||
});
|
||||
}
|
||||
};
|
||||
@ -17269,7 +17270,7 @@
|
||||
return true;
|
||||
},
|
||||
offsetX: 15,
|
||||
offsetY: 0
|
||||
offsetY: -5
|
||||
});
|
||||
},
|
||||
mascots: function(section, mode) {
|
||||
|
||||
@ -9212,7 +9212,7 @@
|
||||
return QR.selected.nodes.spoiler.click();
|
||||
});
|
||||
$.on(nodes.fileInput, 'change', QR.handleFiles);
|
||||
items = ['spoilerPar', 'dumpButton', 'fileRM'];
|
||||
items = ['spoilerPar', 'dumpButton', 'fileRM', 'urlButton'];
|
||||
i = 0;
|
||||
while (name = items[i++]) {
|
||||
$.on(nodes[name], 'mouseover', QR.mouseover);
|
||||
@ -9539,7 +9539,8 @@
|
||||
asapTest: function() {
|
||||
return true;
|
||||
},
|
||||
close: true
|
||||
offsetX: 15,
|
||||
offsetY: -5
|
||||
});
|
||||
}
|
||||
};
|
||||
@ -17286,7 +17287,7 @@
|
||||
return true;
|
||||
},
|
||||
offsetX: 15,
|
||||
offsetY: 0
|
||||
offsetY: -5
|
||||
});
|
||||
},
|
||||
mascots: function(section, mode) {
|
||||
|
||||
@ -593,7 +593,7 @@ Settings =
|
||||
endEvents: 'mouseout'
|
||||
asapTest: -> true
|
||||
offsetX: 15
|
||||
offsetY: 0
|
||||
offsetY: -5
|
||||
|
||||
return
|
||||
|
||||
|
||||
@ -521,7 +521,7 @@ QR =
|
||||
$.on nodes.fileInput, 'change', QR.handleFiles
|
||||
|
||||
# mouseover descriptions
|
||||
items = ['spoilerPar', 'dumpButton', 'fileRM']
|
||||
items = ['spoilerPar', 'dumpButton', 'fileRM', 'urlButton']
|
||||
i = 0
|
||||
while name = items[i++]
|
||||
$.on nodes[name], 'mouseover', QR.mouseover
|
||||
@ -877,6 +877,7 @@ QR =
|
||||
latestEvent: e
|
||||
endEvents: 'mouseout'
|
||||
asapTest: -> true
|
||||
close: true
|
||||
offsetX: 15
|
||||
offsetY: -5
|
||||
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user