Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iwl-live
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony.Suerte
iwl-live
Commits
02533484
Commit
02533484
authored
Dec 01, 2021
by
Antonio.Suerte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Ad Random Sequence @ Login
parent
534c4eac
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
14 deletions
+0
-14
tmp_login.php
en/template/tmp_login.php
+0
-2
tmp_login.php
id/template/tmp_login.php
+0
-3
tmp_login.php
ja/template/tmp_login.php
+0
-3
tmp_login.php
sc/template/tmp_login.php
+0
-3
tmp_login.php
tc/template/tmp_login.php
+0
-3
No files found.
en/template/tmp_login.php
View file @
02533484
...
...
@@ -68,8 +68,6 @@ include_once('template/base_head.php');
var
images
=
[
<?php
$this
->
getAdImages
(
'en'
,
'login'
);
?>
];
images
.
sort
(
function
()
{
return
0.5
-
Math
.
random
();
});
$
.
each
(
images
,
function
(
index
,
image
)
{
var
element
=
$
(
'
<div class="item" id="
'
+
image
.
id
+
'
"><a target="
'
+
image
.
target
+
'
" href="
'
+
image
.
href
+
'
"><img src="
'
+
image
.
url
+
'
" alt="
'
+
image
.
alt
+
'
" /></a></div>
'
)
...
...
id/template/tmp_login.php
View file @
02533484
...
...
@@ -66,9 +66,6 @@ include_once('template/base_head.php');
jQuery
(
document
).
ready
(
function
(
$
)
{
var
images
=
[
<?php
$this
->
getAdImages
(
'id'
,
'login'
);
?>
];
// images.sort(function () { return 0.5; });
$
.
each
(
images
,
function
(
index
,
image
)
{
var
element
=
$
(
'
<div class="item" id="
'
+
image
.
id
+
'
"><a target="
'
+
image
.
target
+
'
" href="
'
+
image
.
href
+
'
"><img src="
'
+
image
.
url
+
'
" alt="
'
+
image
.
alt
+
'
" /></a></div>
'
)
...
...
ja/template/tmp_login.php
View file @
02533484
...
...
@@ -68,9 +68,6 @@ include_once('template/base_head.php');
jQuery
(
document
).
ready
(
function
(
$
)
{
var
images
=
[
<?php
$this
->
getAdImages
(
'ja'
,
'login'
);
?>
];
images
.
sort
(
function
()
{
return
0.5
-
Math
.
random
();
});
$
.
each
(
images
,
function
(
index
,
image
)
{
var
element
=
$
(
'
<div class="item" id="
'
+
image
.
id
+
'
"><a target="
'
+
image
.
target
+
'
" href="
'
+
image
.
href
+
'
"><img src="
'
+
image
.
url
+
'
" alt="
'
+
image
.
alt
+
'
" /></a></div>
'
)
...
...
sc/template/tmp_login.php
View file @
02533484
...
...
@@ -64,9 +64,6 @@ include_once('template/base_head.php');
jQuery
(
document
).
ready
(
function
(
$
)
{
var
images
=
[
<?php
$this
->
getAdImages
(
'sc'
,
'login'
);
?>
];
// images.sort(function () { return 0.5; });
$
.
each
(
images
,
function
(
index
,
image
)
{
var
element
=
$
(
'
<div class="item" id="
'
+
image
.
id
+
'
"><a target="
'
+
image
.
target
+
'
" href="
'
+
image
.
href
+
'
"><img src="
'
+
image
.
url
+
'
" alt="
'
+
image
.
alt
+
'
" /></a></div>
'
)
...
...
tc/template/tmp_login.php
View file @
02533484
...
...
@@ -67,9 +67,6 @@ include_once('template/base_head.php');
jQuery
(
document
).
ready
(
function
(
$
)
{
var
images
=
[
<?php
$this
->
getAdImages
(
'tc'
,
'login'
);
?>
];
// images.sort(function () { return 0.5; });
$
.
each
(
images
,
function
(
index
,
image
)
{
var
element
=
$
(
'
<div class="item" id="
'
+
image
.
id
+
'
"><a target="
'
+
image
.
target
+
'
" href="
'
+
image
.
href
+
'
"><img src="
'
+
image
.
url
+
'
" alt="
'
+
image
.
alt
+
'
" /></a></div>
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment