* finish task #3167.
This commit is contained in:
@@ -7,7 +7,12 @@ $(function()
|
||||
{
|
||||
$('#cpmBtn').click(function(){$('#copyProjectModal').modal('show')});
|
||||
$('#copyProjects a').click(function(){setCopyProject($(this).data('id')); $('#copyProjectModal').modal('hide')});
|
||||
$('#productsBox .col-sm-3').width($('#type').closest('td').width());
|
||||
var typeWidth = $('#type').closest('td').width();
|
||||
$('#productsBox .col-sm-3').width(typeWidth);
|
||||
$(document).on('change', "#productsBox select", function()
|
||||
{
|
||||
$('#productsBox .col-sm-3').width(typeWidth);
|
||||
});
|
||||
});
|
||||
|
||||
function showTypeTips()
|
||||
|
||||
Reference in New Issue
Block a user