Sha256: 44764644556480c5be3e5a71206783ba7039c86ed6b4d565ab5a3cee5828cc52

Contents?: true

Size: 1.71 KB

Versions: 5

Compression:

Stored size: 1.71 KB

Contents

{I"
class:ETI"ProcessedAsset;FI"logical_path;TI"vm-application.js;FI"
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"%e2b0ee8cd7cf579b18dc9b4676eaeaef;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"dependency_digest;TI"%6f70078d551ab12b78abd7bb241a3daf;FI"required_paths;T[I"K/Users/js/work/visual_migrate/app/assets/javascripts/vm-application.js;FI"dependency_paths;T[{I"	path;TI"K/Users/js/work/visual_migrate/app/assets/javascripts/vm-application.js;FI"
mtime;TI"2013-11-15T23:52:21+09:00;TI"digest;TI"%5c97b0d08249872bea9522fe57180d54;FI"
_version;TI"%2cf3622cbba861b85d33ffabfa420c13;F

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
visual_migrate-4.0.2.0 test/dummy/tmp/cache/assets/development/sprockets/19bf9cd3f01562cdecb4b5c825c8f36d
visual_migrate-4.0.1.6 test/dummy/tmp/cache/assets/development/sprockets/19bf9cd3f01562cdecb4b5c825c8f36d
visual_migrate-4.0.1.5 test/dummy/tmp/cache/assets/development/sprockets/19bf9cd3f01562cdecb4b5c825c8f36d
visual_migrate-4.0.1.4 test/dummy/tmp/cache/assets/development/sprockets/19bf9cd3f01562cdecb4b5c825c8f36d
visual_migrate-4.0.1.3 test/dummy/tmp/cache/assets/development/sprockets/19bf9cd3f01562cdecb4b5c825c8f36d