Sfoglia il codice sorgente

Remove unused var in OC.Notification.showTemporary

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v14.0.0beta1
Christoph Wurst 6 anni fa
parent
commit
3992484323
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      core/js/js.js

+ 0
- 1
core/js/js.js Vedi File

@@ -1237,7 +1237,6 @@ OC.Notification={
* @param {string} [options.type] notification type
*/
showTemporary: function(text, options) {
var self = this;
var defaults = {
isHTML: false,
timeout: 7

Loading…
Annulla
Salva