mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-21 17:11:38 +00:00
add Content-Type to javascript file
This commit is contained in:
parent
53d33f0d7a
commit
ab8b42f960
|
@ -32,6 +32,7 @@ require_once("class.Bootstrap.php");
|
||||||
class SeedDMS_View_UserList extends SeedDMS_Bootstrap_Style {
|
class SeedDMS_View_UserList extends SeedDMS_Bootstrap_Style {
|
||||||
|
|
||||||
function js() { /* {{{ */
|
function js() { /* {{{ */
|
||||||
|
header('Content-Type: application/javascript; charset=UTF-8');
|
||||||
?>
|
?>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$("#myInput").on("keyup", function() {
|
$("#myInput").on("keyup", function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user