mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 13:00:26 +02:00
[feature/ajax] JavaScript strict mode
PHPBB3-10270
This commit is contained in:
@@ -3,6 +3,8 @@ phpbb.alert_time = 100;
|
||||
|
||||
(function($) { // Avoid conflicts with other libraries
|
||||
|
||||
"use strict";
|
||||
|
||||
// define a couple constants for keydown functions.
|
||||
var keymap = {
|
||||
ENTER: 13,
|
||||
|
Reference in New Issue
Block a user