Subversion Repositories SmartDukaan

Rev

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

Rev 20711 Rev 20712
Line 6... Line 6...
6
	myScroll = new IScroll('#wrapper', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
6
	myScroll = new IScroll('#wrapper', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
7
	<?php if($id == 3):?>
7
	<?php if($id == 3):?>
8
		myScroll3 = new IScroll('#wrapper3', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
8
		myScroll3 = new IScroll('#wrapper3', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
9
		
9
		
10
	<?php endif;?>
10
	<?php endif;?>
11
	myScroll1 = new IScroll('#wrapper1', { scrollX: true, scrollY: false, mouseWheel: true, click: true, tap: true });
-
 
12
}
11
}
13
</script>
12
</script>
14
 
13
 
15
 
14
 
16
<script>
15
<script>