+ actualmsg=t('files','Your storage is full, files cannot be updated or synced anymore!');
+ if(toastmsg===actualmsg){
+ exist=1;
+ }
+ });
+ if(exist==1){
+ return;
+ }
+ var exist=0 \n\t\t$('body').find('.toastify').each(function(i, obj) { \n\t\t\tvar toastmsg=$(obj).text()\n\t\t\ttoastmsg=toastmsg.replace('✖', '').trim()\n\t\t\tactualmsg=t('files','Your storage is full, files cannot be updated or synced anymore!')\n\t\t\tif(toastmsg===actualmsg){\n\t\t\t\texist=1\n\t\t\t}\n\t\t})\n\t\tif(exist==1){\n\t\t\treturn;\n\t\t}\n\t\t
OC.Notification.show(t('files',
'Your storage is full, files cannot be updated or synced anymore!'),