Subversion Repositories SmartDukaan

Rev

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

Rev 20683 Rev 20760
Line 87... Line 87...
87
      $('.text-center').empty();
87
      $('.text-center').empty();
88
    });
88
    });
89
	
89
	
90
});
90
});
91
function loaded () {
91
function loaded () {
92
	myScroll = new IScroll('#wrapper', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true ,eventPassthrough: true});
92
	myScroll = new IScroll('#wrapper', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: false ,eventPassthrough: true, bindToWrapper:true});
93
	}
93
	}
94
var a;
94
var a;
95
var b;
95
var b;
96
function togglelist(e, id) {
96
function togglelist(e, id) {
97
 
97