You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/07/21 20:26:46 UTC

[3/6] airavata-php-gateway git commit: fixing AIRAVATA-1401

fixing AIRAVATA-1401


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/2d01866f
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/2d01866f
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/2d01866f

Branch: refs/heads/0.15-release-branch
Commit: 2d01866f50a57db4e006893ce8fd4e3fd44bfc65
Parents: 56dd298
Author: Supun Nakandala <sc...@apache.org>
Authored: Tue Jul 21 12:54:33 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Tue Jul 21 12:54:33 2015 +0530

----------------------------------------------------------------------
 app/views/experiment/create-complete.blade.php | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/2d01866f/app/views/experiment/create-complete.blade.php
----------------------------------------------------------------------
diff --git a/app/views/experiment/create-complete.blade.php b/app/views/experiment/create-complete.blade.php
index 06e8f31..3d90217 100644
--- a/app/views/experiment/create-complete.blade.php
+++ b/app/views/experiment/create-complete.blade.php
@@ -81,5 +81,9 @@
             }
         });
     });
+
+    window.onbeforeunload = function() {
+        return "Are you sure you want to navigate to other page ? (you will loose all unsaved data)";
+    }
 </script>
 @stop
\ No newline at end of file