From: Alexander Ebert Date: Tue, 15 May 2012 14:48:11 +0000 (+0200) Subject: Added a method to reload marked clipboard items X-Git-Tag: 2.0.0_Beta_1~1028^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=92a6d759bc268ac24465af83f103d00282747310;p=GitHub%2FWoltLab%2FWCF.git Added a method to reload marked clipboard items Closes #536 --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index f821a13ea8..b32510d197 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -729,6 +729,13 @@ WCF.Clipboard = { }); }, + /** + * Reloads the list of marked items. + */ + reload: function() { + this._loadMarkedItems(); + }, + /** * Marks all returned items as marked *