Commit 5085fd4a by Phạm Văn Đoan

thêm thông tin ID cho bài hát

parent dcb030a8
......@@ -165,7 +165,7 @@
cache: false,
success: function(data) {
$('#data-loading').hide();
$('#track_title').html(track_title);
$('#track_title').html(track_title + ' (ID: ' + track_id + ')');
$('#div-history-chart').html(data);
$('#modal-track-chart').modal('show');
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment