Sfoglia il codice sorgente

Merge branch 'hardening' of github.com:PrivateBin/PrivateBin into hardening

El RIDO 4 anni fa
parent
commit
82be7c6354
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      js/privatebin.js

+ 1 - 1
js/privatebin.js

@@ -2802,7 +2802,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
                 }
             );
 
-            // Get Blob URL
+            // Get blob URL
             return window.URL.createObjectURL(blob);
          }