mirror of
				https://github.com/flynx/PortableMag.git
				synced 2025-10-31 12:00:11 +00:00 
			
		
		
		
	
		
			
	
	
		
			25 lines
		
	
	
		
			742 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			25 lines
		
	
	
		
			742 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | /********************************************************************** | ||
|  | * | ||
|  | * | ||
|  | * NOTE: uncommenting and setting the config options will override the  | ||
|  | * 	defaults... | ||
|  | **********************************************************************/ | ||
|  | 
 | ||
|  | //var DEBUG = DEBUG != null ? DEBUG : true
 | ||
|  | 
 | ||
|  | // number of pages to display in ribbon...
 | ||
|  | //var PAGES_IN_RIBBON = 6
 | ||
|  | 
 | ||
|  | // if true, expand a page to fit the whole view in single page mode...
 | ||
|  | //var FIT_PAGE_TO_VIEW = true
 | ||
|  | 
 | ||
|  | // if true will make page resizes after window resize animated...
 | ||
|  | //var ANIMATE_WINDOW_RESIZE = true
 | ||
|  | 
 | ||
|  | // if true will disable page dragging in single page mode...
 | ||
|  | //var DRAG_FULL_PAGE = false
 | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | /*********************************************************************/ |