projects
/
project/jcarousel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c807217
)
Issue #1193068: Use javascript:void(0) on pager links.
6.x-2.5
author
Nathan Haug
Sun, 30 Oct 2011 00:19:03 +0000 (17:19 -0700)
committer
Nathan Haug
Sun, 30 Oct 2011 00:19:03 +0000 (17:19 -0700)
js/jcarousel.js
patch
|
blob
|
blame
|
history
diff --git
a/js/jcarousel.js
b/js/jcarousel.js
index
5e3b8ef
..
b43e777
100644
(file)
--- a/
js/jcarousel.js
+++ b/
js/jcarousel.js
@@
-260,7
+260,7
@@
Drupal.theme.prototype.jCarouselButton = function(type) {
};
Drupal.theme.prototype.jCarouselPageLink = function(pageNumber) {
- return '<a href="#"><span>' + (pageNumber) + '</span></a>';
+ return '<a href="javascript:void(0)"><span>' + (pageNumber) + '</span></a>';
};
})(jQuery);