From 92a6d759bc268ac24465af83f103d00282747310 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 15 May 2012 16:48:11 +0200 Subject: [PATCH] Added a method to reload marked clipboard items Closes #536 --- wcfsetup/install/files/js/WCF.js | 7 +++++++ 1 file changed, 7 insertions(+) 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 * -- 2.20.1