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
djnro
Commits
a0c6810a
Commit
a0c6810a
authored
Nov 05, 2015
by
safts
Browse files
Fix insitiution delete bug on services.html
parent
b3561332
Changes
1
Hide whitespace changes
Inline
Side-by-side
djnro/templates/edumanage/services.html
View file @
a0c6810a
...
...
@@ -164,7 +164,7 @@ $(document).ready(function(){
$
(
"
#delserviceSubmit
"
).
click
(
function
(){
$
.
ajax
({
url
:
"
{% url del-service %}
/
?service_pk=
"
+
server_id
,
url
:
"
{% url del-service %}?service_pk=
"
+
server_id
,
type
:
"
GET
"
,
success
:
function
(
data
){
if
(
data
.
error
){
...
...
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