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
0d1930ad
Commit
0d1930ad
authored
Nov 24, 2015
by
Efthymia Bika
Browse files
Only check for cloud url when refreshing
parent
5054ef91
Changes
1
Show whitespace changes
Inline
Side-by-side
baas/cloud-list.html
View file @
0d1930ad
...
@@ -311,7 +311,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
...
@@ -311,7 +311,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
window
.
setInterval
(
function
()
{
window
.
setInterval
(
function
()
{
if
(
$
(
"
#clouds_page
"
).
attr
(
"
id
"
)
&&
if
(
$
(
"
#clouds_page
"
).
attr
(
"
id
"
)
&&
$
(
"
#cloud-url
"
).
val
()
&&
$
(
"
#token
"
).
val
()
)
{
$
(
"
#cloud-url
"
).
val
())
{
check_cloud_url
();
check_cloud_url
();
check_token
();
check_token
();
}
}
...
...
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