mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +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 (type) {
|
||||||
if (lang !== 'cn'){
|
if (lang !== 'cn') {
|
||||||
$this.magnificPopup({ type: type });
|
$this.magnificPopup({ type: type });
|
||||||
} else {
|
} else {
|
||||||
$this.magnificPopup({
|
$this.magnificPopup({
|
||||||
type: type,
|
type: type,
|
||||||
iframe: {
|
iframe: {
|
||||||
patterns: {
|
patterns: {
|
||||||
youku: {
|
youku: {
|
||||||
index: 'http://v.youku.com/v_show/',
|
index: 'http://v.youku.com/v_show/',
|
||||||
id: 'id_',
|
id: 'id_',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue