Subversion Repositories SmartDukaan

Rev

Rev 18300 | Rev 18303 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18300 Rev 18302
Line -... Line 1...
-
 
1
<script type="text/javascript" src="/js/cart.js?v=<?php echo $staticversion;?>"></script>
1
<script type="text/javascript">
2
<script type="text/javascript">
2
$(document).ready(function(){
3
$(document).ready(function(){
3
	$('.popover-markup a.trigger').popover({
4
	$('.popover-markup a.trigger').popover({
4
	    html: true,
5
	    html: true,
5
	    title: function () {
6
	    title: function () {
Line 8... Line 9...
8
	    content: function () {
9
	    content: function () {
9
	        return $(this).parent().find('.content').html();
10
	        return $(this).parent().find('.content').html();
10
	    }
11
	    }
11
	});
12
	});
12
	$('#shippingAlertText').addClass('animated flash');
13
	$('#shippingAlertText').addClass('animated flash');
-
 
14
	 if (window.history && window.history.pushState) {
-
 
15
        $(window).on('popstate', function() {
-
 
16
             $('#myModal').modal('hide');
-
 
17
             $("#cartloader").addClass('hidden');
-
 
18
             if(typeof history.form!=undefined){
-
 
19
                 history.form.submit();
-
 
20
             }   
-
 
21
        });
-
 
22
      }
13
});
23
});
14
</script>
24
</script>
15
<link rel="stylesheet" href="/css/hexdots.css" type="text/css">
25
<link rel="stylesheet" href="/css/hexdots.css" type="text/css">
16
<link rel="stylesheet" href="/css/animate.css" type="text/css">
26
<link rel="stylesheet" href="/css/animate.css" type="text/css">
17
<style>
27
<style>
Line 28... Line 38...
28
  	animation-duration: 5s;
38
  	animation-duration: 5s;
29
	-webkit-animation-iteration-count: infinite;
39
	-webkit-animation-iteration-count: infinite;
30
  	animation-iteration-count: infinite;
40
  	animation-iteration-count: infinite;
31
}
41
}
32
</style>
42
</style>
33
<script type="text/javascript" src="/js/cart.js?v=<?php echo $staticversion;?>"></script>
-
 
34
<input type="hidden" id="refresh" value="no">
43
<input type="hidden" id="refresh" value="no">
35
<div class="container">
44
<div class="container">
36
<div class="modal fade" id="cartLoadingModal">
45
<div class="modal fade" id="cartLoadingModal">
37
  <div class="modal-dialog">
46
  <div class="modal-dialog">
38
    <div class="modal-content">      
47
    <div class="modal-content">