Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yesszus authored Mar 4, 2018
1 parent 0afc53f commit 1b6fca5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e107_admin/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ function loadJSAddons()

$plUpload = 'plupload/i18n/' . e_LAN . '.js';

if(e_LAN != 'en' && file_exists(e_WEB_JS . $plUpload))
{
e107::js('core', $plUpload, 'jquery', 5);
}
if(e_LAN != 'en' && file_exists(e_WEB_JS . $plUpload))
{
e107::js('footer', e_WEB_JS. $plUpload, 'jquery', 5);
}
}

// Load library dependencies.
Expand Down

0 comments on commit 1b6fca5

Please sign in to comment.