mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -1167,29 +1167,6 @@ SPAN.playback_progress_bar {
|
||||
|
||||
</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>
|
||||
|
||||
<?php if (substr_count($_SERVER["PHP_SELF"], "xml_cdr_statistics.php") == 0) { ?>
|
||||
<!-- // javascript calendar and color picker (source: http://rightjs.org) -->
|
||||
<script language="JavaScript" type='text/javascript' src='<?php echo PROJECT_PATH; ?>/resources/rightjs/right.js'></script>
|
||||
@@ -1197,7 +1174,7 @@ SPAN.playback_progress_bar {
|
||||
<script language="JavaScript" type='text/javascript' src='<?php echo PROJECT_PATH; ?>/resources/rightjs/right-colorpicker-src.js'></script>
|
||||
<?php } ?>
|
||||
|
||||
<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" src="<?php echo PROJECT_PATH; ?>/resources/jquery/jquery-1.11.1.js"></script>
|
||||
<script language="JavaScript" type="text/javascript" src="<?php echo PROJECT_PATH; ?>/resources/jquery/jquery.autosize.input.js"></script>
|
||||
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user