Sha256: 6a8697bb20120f4b6c98b4cbfc586daf9037bd83474f3cf9423d3cf0ff93144b

Contents?: true

Size: 1.4 KB

Versions: 4

Compression:

Stored size: 1.4 KB

Contents

{I"
class:ETI"BundledAsset;FI"logical_path;TI"vm-application.js;TI"
pathname;TI"K/Users/js/work/visual_migrate/app/assets/javascripts/vm-application.js;FI"content_type;TI"application/javascript;TI"
mtime;Tl+%5†RI"length;TiÛI"digest;TI"%11528fc0374b09f4e00cbd137ae55f63;FI"source;TI"Û//= #require jquery-ui-rails

function deleteTableRow(tableID) {
    if(!confirm('Really delete?')) return;

    try {
        var table = document.getElementById(tableID);
        var rowCount = table.rows.length;

        for(var i=0; i<rowCount; i++) {
            var row = table.rows[i];
            var chkbox = row.cells[0].childNodes[0];
            if(null != chkbox && true == chkbox.checked) {
                table.deleteRow(i);
                rowCount--;
                i--;
            }
        }
    }catch(e) {
        alert(e);
    }
}

function updateColumnsDiv(table_id, update_div, method_name, func_name, row_num) {
  jQuery.ajax({
    url: "/visual_migrate/index/show_select_columns",
    type: "POST",
    async: true,
    data: {"table_name" : table_id, "method_name" : method_name, "func_name" : func_name, "row_num" : row_num},
    dataType: "html",
    success: function(data) {
      jQuery(document.getElementById(update_div)).html(data);
    }
  });
}
;
;TI"required_assets_digest;TI"%d0e998dc30cfb21e652fd24f23ab969e;FI"
_version;TI"%7ea39fbd96a2fa436855b2c797aedb88;F

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
visual_migrate-4.1.7.0 test/dummy/tmp/cache/assets/development/sprockets/7ddca3ef38a810d93ddc026ee5fa7959
visual_migrate-4.1.7.0 test/dummy/tmp/cache/assets/development/sprockets/d990155237ca59ccb96cf2253f8059ae
visual_migrate-4.1.0.0 test/dummy/tmp/cache/assets/development/sprockets/7ddca3ef38a810d93ddc026ee5fa7959
visual_migrate-4.1.0.0 test/dummy/tmp/cache/assets/development/sprockets/d990155237ca59ccb96cf2253f8059ae