~ubuntu-branches/ubuntu/trusty/phpmyadmin/trusty

« back to all changes in this revision

Viewing changes to js/tbl_change.js

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-10-07 20:18:01 UTC
  • mfrom: (1.2.46)
  • Revision ID: package-import@ubuntu.com-20131007201801-l5l0ril5992p8sxz
Tags: 4:4.0.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
AJAX.registerTeardown('tbl_change.js', function() {
224
224
    $('span.open_gis_editor').die('click');
225
225
    $("input[name='gis_data[save]']").die('click');
226
 
    $('input.checkbox_null').unbind('click');
 
226
    $('input.checkbox_null').die('click');
227
227
    $('select[name="submit_type"]').unbind('change');
228
228
    $("#insert_rows").die('change');
229
229
});
276
276
     * "Continue insertion" are handled in the "Continue insertion" code
277
277
     *
278
278
     */
279
 
    $('input.checkbox_null').bind('click', function(e) {
 
279
    $('input.checkbox_null').live('click', function(e) {
280
280
            nullify(
281
281
                // use hidden fields populated by tbl_change.php
282
282
                $(this).siblings('.nullify_code').val(),