Dotclear

Changeset 2810:0aeae42c09b0


Ignore:
Timestamp:
11/24/14 10:07:33 (9 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

When selecting an entry from popup_posts.php, jump to a defined page did not work as expected.
Fixes #1872

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/common.js

    r2689 r2810  
    382382          $('#form-entries').submit(function() { 
    383383               var action = $(this).find('select[name="action"]').val(); 
     384               if (action===undefined) { 
     385                    return; 
     386               } 
    384387               var checked = false; 
    385388 
Note: See TracChangeset for help on using the changeset viewer.

Sites map