import { $gettext } from '../lib/gettext.js'; /*jslint esversion: 6*/ $(document).on('click', 'a.copyable-link', function (event) { event.preventDefault(); // Create dummy element and position it off screen // This element must be "visible" (as in "not hidden") or otherwise // the copy command will fail var dummy = $('