X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/89355aa0e2727373fa60c781ec6c00c31a79a7dc..4f552c0187f8c31d94ff74485c57ef7f9888597e:/apps/workbench/app/assets/javascripts/application.js diff --git a/apps/workbench/app/assets/javascripts/application.js b/apps/workbench/app/assets/javascripts/application.js index e7884b9516..6afc8c3b04 100644 --- a/apps/workbench/app/assets/javascripts/application.js +++ b/apps/workbench/app/assets/javascripts/application.js @@ -18,6 +18,7 @@ //= require bootstrap/tooltip //= require bootstrap/popover //= require bootstrap/collapse +//= require bootstrap/modal //= require bootstrap3-editable/bootstrap-editable //= require_tree . @@ -89,7 +90,6 @@ jQuery(function($){ {dataType: 'json', type: $(this).attr('data-remote-method'), data: { - 'link[head_kind]': 'arvados#collection', 'link[head_uuid]': tag_head_uuid, 'link[link_class]': 'tag', 'link[name]': new_tag @@ -129,7 +129,7 @@ jQuery(function($){ }); } } - + var fixer = new HeaderRowFixer('.table-fixed-header-row'); fixer.duplicateTheadTr(); fixer.fixThead();