
//------------------------------------------------------------------
// about faq module ------------------------------------------------
//------------------------------------------------------------------

if( typeof ISSUU.about =='undefined'){
  ISSUU.about = {};  
}

ISSUU.about.faq = function() {
  $(document).ready(function(){
	  $('#gsfn_search_widget').remove();
	});
	
	var shared = {
	};
	
	return shared;
}();

