You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2016/08/16 20:31:57 UTC

airavata-php-gateway git commit: AIRAVATA-2043 fixed.

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 120a842ed -> 1734a82c0


AIRAVATA-2043 fixed.


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/1734a82c
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/1734a82c
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/1734a82c

Branch: refs/heads/develop
Commit: 1734a82c05a70506c1ae23b10e3b88630cfa8478
Parents: 120a842
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Tue Aug 16 13:31:18 2016 -0700
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Tue Aug 16 13:31:18 2016 -0700

----------------------------------------------------------------------
 app/views/application/module.blade.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/1734a82c/app/views/application/module.blade.php
----------------------------------------------------------------------
diff --git a/app/views/application/module.blade.php b/app/views/application/module.blade.php
index d7eb42a..3c553e6 100644
--- a/app/views/application/module.blade.php
+++ b/app/views/application/module.blade.php
@@ -87,7 +87,7 @@
              aria-hidden="true" data-backdrop="static">
             <div class="modal-dialog">
 
-                <form action="{{URL::to('/')}}/app/module-create" method="POST">
+                <form action="{{URL::to('/')}}/app/module-create" id="create-app-module-form" method="POST">
 
                     <div class="modal-content">
                         <div class="modal-header">
@@ -203,7 +203,7 @@
 
             $(".create-app-module").click(function () {
                 //reset form to clear it out if it got filled by edit modules
-                $(".reset-create-form").click();
+                $("#create-app-module-form").trigger('reset');
             })
 
             $(".edit-app-module").click(function () {