소스 검색

several small fixes

tags/v1.0.0
Remco 9 년 전
부모
커밋
2989c86c96
4개의 변경된 파일5개의 추가작업 그리고 7개의 파일을 삭제
  1. +2
    -2
      transfersh-server/static/index.html
  2. +1
    -1
      transfersh-server/static/scripts/main.js
  3. +2
    -2
      transfersh-web/index.html
  4. +0
    -2
      transfersh-web/scripts/main.js

+ 2
- 2
transfersh-server/static/index.html 파일 보기

@@ -15,8 +15,8 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="styles/main.css">

<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Source+Code+Pro:300" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:300" rel="stylesheet" type="text/css">

<script src="scripts/vendor/modernizr.js"></script>
</head>


+ 1
- 1
transfersh-server/static/scripts/main.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 2
- 2
transfersh-web/index.html 파일 보기

@@ -15,8 +15,8 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="styles/main.css">

<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:300' rel='stylesheet' type='text/css'>

<!-- build:js scripts/vendor/modernizr.js -->
<script src="bower_components/modernizr/modernizr.js"></script>


+ 0
- 2
transfersh-web/scripts/main.js 파일 보기

@@ -57,8 +57,6 @@ $(document).ready(function () {
$(li).html('<span>Error (' + xhr.status + ') during upload of file ' + file.name + '</span>');
}

files.push(xhr.responseText.replace("https://transfer.sh/", ""));

files.push(URI(xhr.responseText).absoluteTo(location.href).toString());

$(".download-zip").attr("href", URI("(" + files.join(",") + ").zip").absoluteTo(location.href).toString());


불러오는 중...
취소
저장