projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993fcb4
)
Added a method to reload marked clipboard items
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 15 May 2012 14:48:11 +0000
(16:48 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 15 May 2012 14:48:11 +0000
(16:48 +0200)
Closes #536
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index f821a13ea8d5936946080ce5aae1d6798fc8b9fe..b32510d197aa0a8cab8eb7017d9196067c9fe347 100644
(file)
--- 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
*