From 760c6ef028bd4866a81a9e8f00d6c73f828a276c Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 17 Jul 2019 14:56:54 +0530 Subject: added file select validation and varible for upload file api url --- static/website/bootstrap/js/bootstrap.js | 1 + static/website/bootstrap/js/bootstrap.min.js | 1 + static/website/bootstrap/js/jquery-1.11.0.js | 1 + static/website/bootstrap/js/jquery-1.11.0.min.js | 1 + 4 files changed, 4 insertions(+) create mode 120000 static/website/bootstrap/js/bootstrap.js create mode 120000 static/website/bootstrap/js/bootstrap.min.js create mode 120000 static/website/bootstrap/js/jquery-1.11.0.js create mode 120000 static/website/bootstrap/js/jquery-1.11.0.min.js (limited to 'static/website/bootstrap/js') diff --git a/static/website/bootstrap/js/bootstrap.js b/static/website/bootstrap/js/bootstrap.js new file mode 120000 index 0000000..efb26b4 --- /dev/null +++ b/static/website/bootstrap/js/bootstrap.js @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_2.x/fossee/R/R_on_Cloud_Web_Interface/website/static/website/bootstrap/js/bootstrap.js \ No newline at end of file diff --git a/static/website/bootstrap/js/bootstrap.min.js b/static/website/bootstrap/js/bootstrap.min.js new file mode 120000 index 0000000..8d1ad57 --- /dev/null +++ b/static/website/bootstrap/js/bootstrap.min.js @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_2.x/fossee/R/R_on_Cloud_Web_Interface/website/static/website/bootstrap/js/bootstrap.min.js \ No newline at end of file diff --git a/static/website/bootstrap/js/jquery-1.11.0.js b/static/website/bootstrap/js/jquery-1.11.0.js new file mode 120000 index 0000000..273ba13 --- /dev/null +++ b/static/website/bootstrap/js/jquery-1.11.0.js @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_2.x/fossee/R/R_on_Cloud_Web_Interface/website/static/website/bootstrap/js/jquery-1.11.0.js \ No newline at end of file diff --git a/static/website/bootstrap/js/jquery-1.11.0.min.js b/static/website/bootstrap/js/jquery-1.11.0.min.js new file mode 120000 index 0000000..5024049 --- /dev/null +++ b/static/website/bootstrap/js/jquery-1.11.0.min.js @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_2.x/fossee/R/R_on_Cloud_Web_Interface/website/static/website/bootstrap/js/jquery-1.11.0.min.js \ No newline at end of file -- cgit