repo.or.cz
/
SMMID.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
tweak UI; logins; smid browsing, edit & new functions.
[SMMID.git]
/
root
/
js
/
source
/
entries
/
toolbar.js
blob
9913cc5dbbf8fc89ea44578c0d717628000864f7
1
2
3
$(document).ready( function() {
4
$.ajax( {
5
url: '/rest/user/login_button_html',
6
error: function(r) { alert('Error! :-( '+r.responseText + ')'); },
7
success: function(r) {
8
$('#login_button_html_div').html(r.html);
9
}
10
});
11
});