Ask for help button feature

This commit is contained in:
prateekgoel
2017-08-05 23:53:05 +05:30
parent 9f820cd343
commit 2d2afd4b0c
7 changed files with 61 additions and 3 deletions

View File

@@ -169,6 +169,10 @@ window.common = (function(global) {
$('#help-modal').modal('show');
});
$('#trigger-ask-for-help-modal').on('click', function() {
$('#ask-for-help-modal').modal('show');
});
$('#trigger-reset-modal').on('click', function() {
$('#reset-modal').modal('show');
});