Subversion Repositories SmartDukaan

Rev

Rev 19682 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19682 Rev 20057
Line 32... Line 32...
32
    
32
    
33
    if (window.history && window.history.pushState) {
33
    if (window.history && window.history.pushState) {
34
 
34
 
35
        $(window).on('popstate', function() {
35
        $(window).on('popstate', function() {
36
             $('#videoModal').modal('hide');
36
             $('#videoModal').modal('hide');
37
      		 $('.text-center').empty();
37
      		 $('#content-add').empty();
38
        });
38
        });
39
 
39
 
40
      }
40
      }
41
    
41
    
42
    $('.close').click(function(){
42
    $('.close').click(function(){