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
synnefo
Commits
74f12fd3
Commit
74f12fd3
authored
Jan 09, 2013
by
Kostas Papadimitriou
Browse files
Fix public image handling
parent
476c5fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/ui/static/snf/js/models.js
View file @
74f12fd3
...
...
@@ -315,7 +315,7 @@
},
is_public
:
function
()
{
return
this
.
get
(
'
is_public
'
)
||
true
;
return
this
.
get
(
'
is_public
'
)
==
undefined
?
true
:
this
.
get
(
'
is_public
'
)
;
},
is_deleted
:
function
()
{
...
...
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