|
@@ -268,9 +268,15 @@ $(function() {
|
|
|
var currentPage=$('button[closeRefresh]').attr('currentPage');
|
|
|
refreshCuringPagination(parameter,currentPage);
|
|
|
}else{
|
|
|
- refreshCuringPage(compilation,latestCompilation,'','',mobile);
|
|
|
+ var latestCompilation=$('select[curingByLatestCompilation]').val();
|
|
|
+ var compilation=$('select[curingByCompilation]').val();
|
|
|
+ refreshCuringPage(compilation,latestCompilation,'','',mobile);
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
});
|
|
|
|
|
|
|