mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-11 01:55:24 +02:00
[ticket/10270] Added a new line to constant declarations in JS.
PHPBB3-10270
This commit is contained in:
parent
1a8ec5d4fb
commit
7a6fb85875
@ -4,7 +4,8 @@ phpbb.alert_time = 100;
|
||||
(function($) { // Avoid conflicts with other libraries
|
||||
|
||||
// define a couple constants for keydown functions.
|
||||
var ENTER = 13, ESC = 27;
|
||||
var ENTER = 13,
|
||||
ESC = 27;
|
||||
|
||||
|
||||
var dark = $('#darkenwrapper'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user