diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-02 08:01:26 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-02 08:01:26 -0500 |
| commit | 8af42afceb087f4cb48670b6c9b3445fbcb388b8 (patch) | |
| tree | 2a7e301f817afc06f5dbd52f8689e729419c42e9 /static/js | |
| parent | c93c582470447fd266c66be082a59ce46a8ecf68 (diff) | |
ryder's profile changes
Diffstat (limited to 'static/js')
| -rwxr-xr-x | static/js/pichat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 3c69994..b322ae9 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -334,7 +334,7 @@ function enableProfileEdit() { $('#contact, #bio, #avatar').addClass('editable'); $('#avatar-editing').show(); var resetPage = function() { location.reload() }; - $('#edit-toggle a').text('--> Done editing <--').click(resetPage); + $('#edit-toggle a').text('done editing').click(resetPage); activateProfileEditable(); } |
