mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Remove unused configs from default page style
This commit is contained in:
parent
9467525dac
commit
f6938b2f13
@ -129,9 +129,6 @@ class PageStyle extends AbstractHandlebarsPoweredStyle implements StyleInterface
|
||||
'user_window_params' => '',
|
||||
'visitor_window_params' => '',
|
||||
),
|
||||
'invitation' => array(
|
||||
'window_params' => '',
|
||||
),
|
||||
'ban' => array(
|
||||
'window_params' => '',
|
||||
),
|
||||
|
@ -18,10 +18,6 @@ tracked:
|
||||
user_window_params: "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1"
|
||||
visitor_window_params: "toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=640,height=480,resizable=1"
|
||||
|
||||
invitation:
|
||||
# window_param use as param string in JavaScript window.open method
|
||||
window_params: "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1"
|
||||
|
||||
ban:
|
||||
# window_param use as param string in JavaScript window.open method
|
||||
window_params: "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=720,height=480,resizable=1"
|
||||
|
Loading…
Reference in New Issue
Block a user