mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
style - eslint fixes
This commit is contained in:
parent
b28122703c
commit
eea51b2cce
1 changed files with 4 additions and 4 deletions
|
@ -20,13 +20,13 @@
|
|||
}
|
||||
|
||||
if (type) {
|
||||
if (lang !== 'cn'){
|
||||
if (lang !== 'cn') {
|
||||
$this.magnificPopup({ type: type });
|
||||
} else {
|
||||
$this.magnificPopup({
|
||||
type: type,
|
||||
iframe: {
|
||||
patterns: {
|
||||
type: type,
|
||||
iframe: {
|
||||
patterns: {
|
||||
youku: {
|
||||
index: 'http://v.youku.com/v_show/',
|
||||
id: 'id_',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue