mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Fixes #4737 Removal of type="text/javascript" and type="text/css"
This commit is contained in:
@@ -2436,7 +2436,7 @@ function sendImmediately($id)
|
||||
//Initiate the Function in the Background.
|
||||
|
||||
$text .= "
|
||||
<script type='text/javascript'>
|
||||
<script>
|
||||
|
||||
//<![CDATA[
|
||||
new Ajax.Updater('mstatus', '".e_SELF."?mode=process&id=".intval($id)."', {
|
||||
@@ -2448,7 +2448,7 @@ function sendImmediately($id)
|
||||
|
||||
// Update the Progress in real-time.
|
||||
$text .= "
|
||||
<script type='text/javascript'>
|
||||
<script>
|
||||
//<![CDATA[
|
||||
|
||||
x = new Ajax.PeriodicalUpdater('progress', '".e_SELF."?mode=progress&id=".intval($id)."',
|
||||
@@ -2735,7 +2735,7 @@ if(!function_exists('headerjs'))
|
||||
{
|
||||
|
||||
$text = "
|
||||
<script type='text/javascript'>
|
||||
<script>
|
||||
|
||||
|
||||
function bouncedisp(type)
|
||||
|
Reference in New Issue
Block a user