Commit 8d33dfd0d0d30f3343088e474ec69a7183dedc7c

Authored by ykxie
1 parent a1ae7f2c

从新录制

src/index.html
... ... @@ -17,6 +17,18 @@
17 17 <link href="css/main.css" rel="stylesheet">
18 18 <link href="css/recording.css" rel="stylesheet">
19 19  
  20 + <style>
  21 + .CodeMirror{
  22 + width: 100%;
  23 + }
  24 + .recording-page .col-md-4{
  25 + padding-right: 0;
  26 + }
  27 + #recordpanel{
  28 + border-right: 1px solid #999;
  29 + }
  30 + </style>
  31 +
20 32 <script>
21 33 var gxb_api = "https://restful.gaoxiaobang.com";
22 34 // var gxb_api = "http://192.168.80.236:8080"
... ...
src/js/gbreplayer.js
... ... @@ -1388,7 +1388,7 @@ $(function(){
1388 1388 $('#re-recoding').click(function(){
1389 1389 $('#audio')[0].pause();
1390 1390 Hourglass.stopTimer();
1391   - playEnd()
  1391 + // playEnd()
1392 1392 $('.audio-play').attr('disabled', false);
1393 1393 $('.re-tips').show();
1394 1394 })
... ...