Themes: Remove unnecessary JS functions.

Call Block: Fixed issue in language file.
User Edit: Fixed issue in language file.
File Editor: Fix JS issue in header.
This commit is contained in:
Nate Jones
2015-04-16 19:14:20 +00:00
parent 4996fb3d98
commit 5996a7089e
8 changed files with 14 additions and 136 deletions

View File

@@ -656,29 +656,6 @@ table tr:nth-last-child(-5) td:first-of-type {
</style>
<script type="text/javascript">
<!--
function jsconfirm(title,msg,url) {
if (confirm(msg)){
window.location = url;
}
else{
}
}
//-->
</script>
<SCRIPT language="JavaScript">
<!--
function confirmdelete(url) {
var confirmed = confirm("Are you sure want to delete this.");
if (confirmed == true) {
window.location=url;
}
}
//-->
</SCRIPT>
<script language="javascript" type="text/javascript" src="<?php echo PROJECT_PATH?>/resources/jquery/jquery-1.8.3.js"></script>
<script language="JavaScript" type="text/javascript">