|
@@ -239,7 +239,7 @@ jQuery(document).ready(function() {
|
|
|
if (monthNum != vMonthNum) return;
|
|
if (monthNum != vMonthNum) return;
|
|
|
if (projPathLength > vPath.length) return;
|
|
if (projPathLength > vPath.length) return;
|
|
|
if (projPath == vPath
|
|
if (projPath == vPath
|
|
|
- || (projPathLength < vPath.length && projPath == vPath.substr(0, projPathLength))
|
|
|
|
|
|
|
+ || (projPathLength < vPath.length && projPath + '-' == vPath.substr(0, projPathLength + 1))
|
|
|
) {
|
|
) {
|
|
|
modalBody.appendChild(tbody.cloneNode(true));
|
|
modalBody.appendChild(tbody.cloneNode(true));
|
|
|
}
|
|
}
|