mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-02 06:57:40 +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 {
|
class SeedDMS_View_Login extends SeedDMS_Bootstrap_Style {
|
||||||
|
|
||||||
function js() { /* {{{ */
|
function js() { /* {{{ */
|
||||||
|
header('Content-Type: application/javascript; charset=UTF-8');
|
||||||
?>
|
?>
|
||||||
document.form1.login.focus();
|
document.form1.login.focus();
|
||||||
function checkForm()
|
function checkForm()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user