Changeset 2325
- Timestamp:
- 05/14/08 08:19:54 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-38/default_templates/javascript.mtml
r2313 r2325 457 457 if ( u && u.is_authenticated ) { 458 458 if ( u.is_banned ) { 459 phrase = '<__trans phrase="You do not have permission to comment on this blog. ([_1]sign out[_2])" params="<a href="javascript:void(0);" onclick="mtSignOut(' + entry_id + ') ">%%</a>">';459 phrase = '<__trans phrase="You do not have permission to comment on this blog. ([_1]sign out[_2])" params="<a href="javascript:void(0);" onclick="mtSignOut(' + entry_id + ');return false;">%%</a>">'; 460 460 } else { 461 461 var user_link; … … 473 473 } 474 474 // TBD: supplement phrase with userpic if one is available. 475 phrase = '<__trans phrase="Thanks for signing in, [_1]. ([_2]sign out[_3])" params="' + user_link + '%%<a href="javascript:void(0)" onclick="mtSignOut(' + entry_id + ') ">%%</a>">';475 phrase = '<__trans phrase="Thanks for signing in, [_1]. ([_2]sign out[_3])" params="' + user_link + '%%<a href="javascript:void(0)" onclick="mtSignOut(' + entry_id + ');return false;">%%</a>">'; 476 476 } 477 477 } else {
