mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 10:59:16 -04:00
get the CI tests fully working again
This commit is contained in:
@@ -41,18 +41,18 @@
|
||||
});
|
||||
|
||||
$('body').on('click', '.g-button', function() {
|
||||
var a = $(this);
|
||||
if (a.find('span.ui-icon-seek-next, span.ui-icon-seek-end, span.ui-icon-seek-prev, span.ui-icon-seek-first').length > 0) {
|
||||
event.stopPropagation();
|
||||
$.scrollTo(0, 800, { easing: "swing" });
|
||||
a.parents(".ui-tabs-panel").load(
|
||||
a.attr("href"),
|
||||
function() {
|
||||
fix_links();
|
||||
});
|
||||
var a = $(this);
|
||||
if (a.find('span.ui-icon-seek-next, span.ui-icon-seek-end, span.ui-icon-seek-prev, span.ui-icon-seek-first').length > 0) {
|
||||
event.stopPropagation();
|
||||
$.scrollTo(0, 800, { easing: "swing" });
|
||||
a.parents(".ui-tabs-panel").load(
|
||||
a.attr("href"),
|
||||
function() {
|
||||
fix_links();
|
||||
});
|
||||
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user