...
|
...
|
@@ -23,13 +23,10 @@ var problemBox = function() { |
|
|
$problemBox.find('.a-area').html(ask);
|
|
|
$problemBox.find('.q-area').html(answer);
|
|
|
$problemBox.show();
|
|
|
|
|
|
$('body').css({overflow: 'hidden'});
|
|
|
});
|
|
|
|
|
|
$('.problem-box .close, .problem-box .mark').on('click', function() {
|
|
|
$problemBox.hide();
|
|
|
$('body').css({overflow: 'auto'});
|
|
|
});
|
|
|
};
|
|
|
|
...
|
...
|
|