mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/10270] Added a new line to constant declarations in JS.
PHPBB3-10270
This commit is contained in:
parent
1a8ec5d4fb
commit
7a6fb85875
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ phpbb.alert_time = 100;
|
||||||
(function($) { // Avoid conflicts with other libraries
|
(function($) { // Avoid conflicts with other libraries
|
||||||
|
|
||||||
// define a couple constants for keydown functions.
|
// define a couple constants for keydown functions.
|
||||||
var ENTER = 13, ESC = 27;
|
var ENTER = 13,
|
||||||
|
ESC = 27;
|
||||||
|
|
||||||
|
|
||||||
var dark = $('#darkenwrapper'),
|
var dark = $('#darkenwrapper'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue