%PDF- %PDF-
Direktori : /proc/985914/root/data/old/home/stash/atlassian-stash/static/widget/ |
Current File : //proc/985914/root/data/old/home/stash/atlassian-stash/static/widget/quick-copy-text.js |
define('widget/quick-copy-text', [ 'jquery', 'exports' ], function( $, exports ) { 'use strict'; var first = true; exports.onReady = function() { if (first) { first = false; $(document).on('click', '.quick-copy-text', function(e) { this.focus(); this.select(); }); } }; });