Prechádzať zdrojové kódy

change jquiry version

Mohidul Islam 4 rokov pred
rodič
commit
9c3db2385b

+ 1 - 1
manager/templates/locations.html

@@ -121,7 +121,7 @@
         </div>
 
     </div>
-    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
     <nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap mt-4">
       <span style="color: white;">&copy;2020 SignatureCare Review Portal. - Developed by Byte Trek Ltd. </span>

+ 2 - 2
manager/templates/manager-base.html

@@ -19,7 +19,7 @@
 
     {# Include Bootstrap 4 and jQuery #}
     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
-    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
 
 
   </head>
@@ -65,7 +65,7 @@
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
-    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
+<!--    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>-->
     <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
     <script>window.jQuery || document.write('<script src="/static/jquery-slim.min.js"><\/script>')</script>

+ 4 - 4
manager/templates/manager-dashboard.html

@@ -15,10 +15,10 @@
                 <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Review Count
               </td>
               <td>
-                <i class="fa fa-thumbs-o-up" aria-hidden="true"></i> Positive
+                <i class="fa fa-thumbs-o-up" aria-hidden="true"></i> Positive (5* & 4*)
               </td>
               <td>
-                <i class="fa fa-thumbs-o-down" aria-hidden="true"></i> Negative
+                <i class="fa fa-thumbs-o-down" aria-hidden="true"></i> Negative (3* & Less)
               </td>
               </tr>
               <td>This month (so far)</td>
@@ -63,10 +63,10 @@
                 <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Review Count
               </td>
               <td>
-                <i class="fa fa-thumbs-o-up" aria-hidden="true"></i> Positive
+                <i class="fa fa-thumbs-o-up" aria-hidden="true"></i> Recommended
               </td>
               <td>
-                <i class="fa fa-thumbs-o-down" aria-hidden="true"></i> Negative
+                <i class="fa fa-thumbs-o-down" aria-hidden="true"></i> Not Recommended
               </td>
             </tr>
             <tr>