소스 검색

Improve comment

rugk 9 년 전
부모
커밋
5c603d0978
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/privatebin.js

+ 1 - 1
js/privatebin.js

@@ -1507,7 +1507,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
          */
         pasteLinkClick: function(event)
         {
-            // check if location is (already) correctly shown in URL bar
+            // check if location is (already) shown in URL bar
             if (window.location.href === this.pasteUrl.attr('href')) {
                 // if so we need to load link by reloading the site
                 location.reload(true);