mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
added will pagination action.
This commit is contained in:
@@ -31,9 +31,12 @@ $(document).ready(function(){
|
||||
|
||||
$('#bookmark_link').click(clearForm);
|
||||
$('#debug_more').hide();
|
||||
$(":text").click(clearForm);
|
||||
|
||||
function clearForm(){
|
||||
var text = $(this).text()
|
||||
$(this).val("");
|
||||
|
||||
}
|
||||
|
||||
$('#debug_info').click(function() {
|
||||
|
||||
Reference in New Issue
Block a user