Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7c5d602e
authored
Nov 26, 2013
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: remove unnecessary variable
parent
d8b69d4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
circle/dashboard/static/dashboard/dashboard.js
+0
-1
No files found.
circle/dashboard/static/dashboard/dashboard.js
View file @
7c5d602e
...
@@ -47,7 +47,6 @@ $(function () {
...
@@ -47,7 +47,6 @@ $(function () {
/* for VM removes buttons */
/* for VM removes buttons */
$
(
'.vm-delete'
).
click
(
function
()
{
$
(
'.vm-delete'
).
click
(
function
()
{
var
vm_pk
=
$
(
this
).
data
(
'vm-pk'
);
var
vm_pk
=
$
(
this
).
data
(
'vm-pk'
);
text
=
"Are you sure you want to delete this VM?"
;
var
dir
=
window
.
location
.
pathname
.
indexOf
(
'list'
)
==
-
1
;
var
dir
=
window
.
location
.
pathname
.
indexOf
(
'list'
)
==
-
1
;
addModalConfirmation
(
deleteVm
,
addModalConfirmation
(
deleteVm
,
{
'url'
:
'/dashboard/vm/delete/'
+
vm_pk
+
'/'
,
{
'url'
:
'/dashboard/vm/delete/'
+
vm_pk
+
'/'
,
...
...
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