mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Add JSDoc to Icinga.Events.prototype.handleAnchor()
This commit is contained in:
parent
b74ef2527a
commit
77b99552a4
@ -356,6 +356,11 @@
|
||||
return false;
|
||||
},
|
||||
|
||||
/**
|
||||
* Handle anchor, i.e. focus the element which is referenced by the anchor
|
||||
*
|
||||
* @param {string} query jQuery selector
|
||||
*/
|
||||
handleAnchor: function(query) {
|
||||
var $element = $(query);
|
||||
if ($element.length > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user