瀏覽代碼

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

El RIDO 4 年之前
父節點
當前提交
82be7c6354
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
          }