Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
baas
Commits
d751aea7
Commit
d751aea7
authored
Oct 22, 2015
by
Efthymia Bika
Browse files
Check fields on reload only if not empty
parent
a96a128c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cloud-list.html
View file @
d751aea7
...
...
@@ -225,12 +225,12 @@
}
window
.
setInterval
(
function
()
{
if
(
$
(
"
#clouds_page
"
).
attr
(
"
id
"
))
{
if
(
$
(
"
#clouds_page
"
).
attr
(
"
id
"
)
&&
$
(
"
#cloud-url
"
).
val
()
&&
$
(
"
#token
"
).
val
())
{
check_cloud_url
();
check_token
();
}
},
500
);
</script>
</head>
...
...
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