mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add missing http header for js file
This commit is contained in:
parent
bf7cd09374
commit
4f34ff5c5c
|
@ -32,6 +32,7 @@ require_once("class.Bootstrap.php");
|
|||
class SeedDMS_View_Login extends SeedDMS_Bootstrap_Style {
|
||||
|
||||
function js() { /* {{{ */
|
||||
header('Content-Type: application/javascript; charset=UTF-8');
|
||||
?>
|
||||
document.form1.login.focus();
|
||||
function checkForm()
|
||||
|
|
Loading…
Reference in New Issue
Block a user