Changeset 2225:7d94f2597021 for admin/js
- Timestamp:
- 10/03/13 10:56:45 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r2201 r2225 240 240 }; 241 241 242 242 243 /* Dotclear common object 243 244 -------------------------------------------------------- */ … … 403 404 $('#footer a[href!="help.php"]').attr('title', $('#footer a[href!="help.php"]').attr('title') + this.data ); 404 405 } 406 }); 407 408 // manage outgoing links 409 $('.outgoing').each(function() { 410 $(this).prop('title',$(this).attr('title')+' ('+dotclear.msg.new_window+')'); 411 }).click(function(e) { 412 e.preventDefault(); 413 window.open($(this).attr('href')); 405 414 }); 406 415
Note: See TracChangeset
for help on using the changeset viewer.