https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15966
--- Comment #10 from M. Tompsett <[email protected]> --- Comment on attachment 48911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48911 Bug 15966: Move MARC frameworks actions into a drop down menu Review of attachment 48911: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15966&attachment=48911) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ +63,4 @@ > $('form.form_import').submit(function() { > var id = $(this).attr('id'); > var obj = $('#' + id + ' input:file'); > + alert(obj.val()); Oops. Forgot to remove debugging line. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
