##// END OF EJS Templates
pull-requests: added creating indicator to let users know they should wait....
marcink -
r4231:aed57628 stable
parent child Browse files
Show More
@@ -514,6 +514,7 b''
514 // Flush changes into textarea
514 // Flush changes into textarea
515 codeMirrorInstance.save();
515 codeMirrorInstance.save();
516 prButtonLock(true, null, 'all');
516 prButtonLock(true, null, 'all');
517 $pullRequestSubmit.val(_gettext('Please wait creating pull request...'));
517 });
518 });
518
519
519 prButtonLock(true, "${_('Please select source and target')}", 'all');
520 prButtonLock(true, "${_('Please select source and target')}", 'all');
General Comments 0
You need to be logged in to leave comments. Login now