https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25475 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 111296 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111296 Bug 25475: add "Copy link" button to upload.pl Review of attachment 111296: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25475&attachment=111296) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt @@ +431,5 @@
+ var popup = '<div class="modal fade"><div class="modal-dialog"><div class="modal-content"><div class="modal-body">'+res+'</div></div></div></div>' + $(popup).modal(); + } + + console.log(res);
Oops. That's a bit of debugging code that shouldn't be there. -- You are receiving this mail because: You are watching all bug changes.