Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c2daa67f
Commit
c2daa67f
authored
Sep 18, 2015
by
Leigh B Stoller
Browse files
Enable the Save button if a geni-lib script changes but the XML
is the same.
parent
892ab722
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/manage_profile.js
View file @
c2daa67f
...
...
@@ -1100,6 +1100,9 @@ function (_, sup, filesize, JacksEditor, ShowImagingModal, moment, ppstart,
if
(
json
.
value
.
rspec
!=
""
)
{
gotscript
=
1
;
NewRspecHandler
(
json
.
value
.
rspec
);
// Force this; the script is obviously different, but the
// the XML might be exactly same. Still want to save it.
ProfileModified
();
// Show the XML source button.
$
(
'
#show_xml_modal_button
'
).
removeClass
(
"
hidden
"
);
}
...
...
Write
Preview
Supports
Markdown
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