*[misc] revert loadPage code for story create.

This commit is contained in:
songchenxuan
2024-08-26 14:32:45 +08:00
committed by 周鑫
parent e62a9702f1
commit 1c77dfc867
+1 -1
View File
@@ -39,7 +39,7 @@ window.loadProduct = function(e)
const $modal = $this.closest('.modal');
const inModal = $modal.length > 0;
if(inModal) loadModal($.createLink('story', 'create', 'productID=' + productID + '&' + createParams), $modal.attr('id'));
if(!inModal) loadPage($.createLink('story', 'create', 'productID=' + productID + '&' + createParams), '#moduleBox,#parentBox,#reviewerBox,#planIdBox');
if(!inModal) loadPage($.createLink('story', 'create', 'productID=' + productID + '&' + createParams));
};
window.loadProductPlans = function(productID, branch)