Added missing var in share.js
This commit is contained in:
parent
467f864db4
commit
8a5c761239
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ OC.Share={
|
|||
* (not reloaded from server)
|
||||
*/
|
||||
updateIcons:function(itemType){
|
||||
var item;
|
||||
for (item in OC.Share.statuses){
|
||||
var data = OC.Share.statuses[item];
|
||||
|
||||
|
|
Loading…
Reference in a new issue