* fix bug for ajax delete in teatcase-browse page.

This commit is contained in:
wangyidong
2016-05-16 15:57:48 +08:00
parent cf2db607d2
commit 27c312f7b4
6 changed files with 175 additions and 177 deletions
+2 -3
View File
@@ -89,9 +89,7 @@ $(document).ready(function()
};
setTimeout(function(){fixScroll()}, 500);
});
</script>
<?php endif;?>
<script>
/**
* Fix scroll bar.
*
@@ -125,3 +123,4 @@ function fixScroll()
});
}
</script>
<?php endif;?>