Skip to content

Commit

Permalink
fix html bug
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Oct 26, 2015
1 parent 2aaf272 commit a812bc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions disconf-web/html/assets/js/newconfigfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ $("#uploadChoice").on(
'click',
function (e) {

if (version == '自定义版本') {
version = $('#selfversion_value').val();
}

$("#error").addClass("hide");

var fileName = $("#fileName").val();
Expand Down

0 comments on commit a812bc7

Please sign in to comment.