Changeset 2486:e45e3db10b85
- Timestamp:
- 10/23/13 21:52:57 (12 years ago)
- Branch:
- 2.6
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r2298 r2486 410 410 // manage outgoing links 411 411 $('a').filter(function() { 412 return ((this.hostname && this.hostname!=location.hostname )412 return ((this.hostname && this.hostname!=location.hostname && !$(this).hasClass('modal')) 413 413 || $(this).hasClass('outgoing')); 414 414 }).each(function() { -
admin/post.php
r2390 r2486 589 589 http::browserUID(DC_MASTER_KEY.$core->auth->userID().$core->auth->getInfo('user_pwd')). 590 590 '/'.$post->post_url); 591 echo '<a id="post-preview" href="'.$preview_url.'" class="button " accesskey="p">'.__('Preview').' (p)'.'</a> ';591 echo '<a id="post-preview" href="'.$preview_url.'" class="button modal" accesskey="p">'.__('Preview').' (p)'.'</a> '; 592 592 } else { 593 593 echo
Note: See TracChangeset
for help on using the changeset viewer.