Meetup.ForceReload=function(elm){if(!elm){LOG.error("No element has passed to Meetup.ForceReload")}this.container=elm;if(this.reloadCheck()){this.container.value=0}else{return false}};Meetup.ForceReload.prototype.container=null;Meetup.ForceReload.prototype.reloadCheck=function(){var result=true;if(this.container.value==1){window.location.reload(true);result=false}return result};Meetup.ForceReload.prototype.flagUp=function(){this.container.value=1};Meetup.ForceReload.prototype.flagDown=function(){this.container.value=0};Meetup.ForceReload.prototype.getFlag=function(){return(this.container.value==1)?true:false};