* fix double iframe modal issue.

This commit is contained in:
Catouse
2018-05-22 12:03:30 +08:00
parent 51d591615f
commit 4b6fbc7b9c
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -99,7 +99,7 @@
</div>
<div class="main-col">
<div class="cell" id="queryBox"></div>
<form class="main-table table-story" method="post" id='productStoryForm'>
<form class="main-table table-story skip-iframe-modal" method="post" id='productStoryForm'>
<div class="table-header fixed-right">
<nav class="btn-toolbar pull-right"></nav>
</div>
@@ -369,7 +369,7 @@ $(function()
.replace('%estimate%', checkedEstimate)
.replace('%rate%', rate);
}
})
});
});
</script>
<?php include '../../common/view/footer.html.php';?>
+1 -1
View File
@@ -139,7 +139,7 @@ js::set('browseType', $browseType);
</div>
<div class="main-col">
<div class="cell" id="queryBox"></div>
<form class="main-table table-task" method="post" id='projectTaskForm'>
<form class="main-table table-task skip-iframe-modal" method="post" id='projectTaskForm'>
<div class="table-header fixed-right">
<nav class="btn-toolbar pull-right"></nav>
</div>
+2 -2
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long