mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-06 05:55:28 +02:00
fix ie copy not working
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
});
|
||||
var title = $('#@id').attr('title');
|
||||
$('#@id').removeAttr('title')
|
||||
clip.htmlBridge = "#global-zeroclipboard-html-bridge";
|
||||
clip.on('complete', function(client, args) {
|
||||
$(clip.htmlBridge).attr('title', 'copied!').tooltip('fixTitle').tooltip('show');
|
||||
$(clip.htmlBridge).attr('title', title).tooltip('fixTitle');
|
||||
@@ -33,4 +34,4 @@
|
||||
placement: $('#@id').attr('data-placement')
|
||||
});
|
||||
})();
|
||||
</script>
|
||||
</script>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user