Skip to content
Snippets Groups Projects
Commit 3433bcab authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

...

parent 009e94cb
Branches
No related tags found
No related merge requests found
/**
* @author Rolf Niepraschk (Rolf.Niepraschk@ptb.de)
* version: 2016-11-11
* version: 2016-11-14
*/
define(['jquery'], function ($) {
......@@ -174,8 +174,8 @@ define(['jquery'], function ($) {
}
function getPageIndex($x) {
return $('.vl-page').index(
$x.hasClass('vl-page') ? $x : $x.parents('.vl-page'));
return $('.vl-page')
.index($x.hasClass('vl-page') ? $x : $x.parents('.vl-page'));
}
function showOverlay($x) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment