aboutsummaryrefslogtreecommitdiffstats
path: root/build/docs/js/doc.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/docs/js/doc.js')
-rw-r--r--build/docs/js/doc.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/docs/js/doc.js b/build/docs/js/doc.js
index e5f7fcb9a..cf373eab5 100644
--- a/build/docs/js/doc.js
+++ b/build/docs/js/doc.js
@@ -24,6 +24,8 @@ $(document).ready(function(){
.toggle('slow');
return false;
});
-
- $("#docs").alphaPager( 1 );
+
+ $("#docs").alphaPager(function(a){
+ return $.fn.text.apply( [a.childNodes[1]] ).replace(/^\$\./,"").substr(0,1).toUpperCase();
+ });
});