Ugh Cannot launch safemode!

Hey guys, thanks so much for your help last time and showing me safemode. Now I have a new problem. I can’t get safemode to run properly. It will show safemode on the screen but there are zero controls to remove any modules.

Also, from Console, I can see the error is with some kind of cached layout.js file. I have already purged the cache in BB and every other cache I can think of. Any other suggestion for me will be appreaciated.

What exactly is the error

In console this is what I see.
Uncaught SyntaxError: Unexpected identifier in 183-layout.js line 190

ok and whats on line 190?

you could just share the url you know

I might have resolved it with a rollback.

190 was
$.cookie("countdown-"+settings.id+"expiremsg",null);$.cookie("countdown-"+settings.id+"redirect",null);$.cookie("countdown-"+settings.id+"redirectwindow",null);$.cookie("countdown-"+settings.id+"hide",null);$.cookie("countdown-"+settings.id+"reset",null);$.removeCookie("countdown-"+settings.id+"expiremsg");$.removeCookie("countdown-"+settings.id+"redirect");$.removeCookie("countdown-"+settings.id+"redirectwindow");$.removeCookie("countdown-"+settings.id+"hide");$.removeCookie("countdown-"+settings.id+"reset");if(action=="msg"){$.cookie("countdown-"+settings.id+"expiremsg",settings.expire_message,{expires:365});}else if(action=="redirect"){$.cookie("countdown-"+settings.id+"redirect",settings.redirect_link,{expires:365});$.cookie("countdown-"+settings.id+"redirectwindow",settings.redirect_link_target,{expires:365});}else if(action=="hide"){$.cookie("countdown-"+settings.id+"hide","yes",{expires:365});}else if(action=='reset'){$.cookie("countdown-"+settings.id+"reset","yes",{expires:365});}},_initFixedTimer:function(){var dateNow=new Date();if((dateNow.getTime()-this.timer_date.getTime())>0){if(this.fixed_timer_action=='msg'){if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){$(this.timerid).append(this.timer_exp_text);}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),expiryText:this.timer_exp_text});}}else if(this.fixed_timer_action=='redirect'){if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){window.open(this.redirect_link,this.redirect_link_target);}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),expiryText:this.timer_exp_text});}}else if(this.fixed_timer_action=='hide'){if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){$(this.timerid).countdown('destroy');}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),expiryText:this.timer_exp_text});}}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),});}}else{if(this.fixed_timer_action=='msg'){if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),expiryText:this.timer_exp_text,});}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),});}}else if(this.fixed_timer_action=='redirect'){$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),expiryText:this.timer_exp_text,onExpiry:this._redirectCounter});}else if(this.fixed_timer_action=='hide'){$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),expiryText:this.timer_exp_text,onExpiry:this._destroyCounter});}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),expiryText:this.timer_exp_text});}}},_destroyCounter:function(){if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){jQuery(this).countdown('destroy');}},_redirectCounter:function(){redirect_link=jQuery.cookie(jQuery(this)[0].id+"redirect");redirect_link_target=jQuery.cookie(jQuery(this)[0].id+"redirectwindow");if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){window.open(redirect_link,redirect_link_target);}else{return;}},_initEverGreenTimer:function(){var dateNow=new Date();if((dateNow.getTime()-this.timer_date.getTime())>0){if(this.evergreen_timer_action=='msg'){if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){$(this.timerid).append($.cookie("countdown-"+this.settings.id+"expiremsg"));}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),expiryText:$.cookie("countdown-"+this.settings.id+"expiremsg"),});}}else if(this.evergreen_timer_action=='redirect'){if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){window.open(this.redirect_link,this.redirect_link_target);}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),onExpiry:this._redirectCounter});}}else if(this.evergreen_timer_action=='hide'){if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){$(this.timerid).countdown('destroy');}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),onExpiry:this._destroyCounter});}}else if(this.evergreen_timer_action=='reset'){$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),onExpiry:this._restartCountdown});}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),});}}else{if(this.evergreen_timer_action=='msg'){if(parseInt(window.location.href.toLowerCase().indexOf("?fl_builder"))===parseInt(-1)){$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),expiryText:$.cookie("countdown-"+this.settings.id+"expiremsg"),});}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),});}}else if(this.evergreen_timer_action=='redirect'){$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),onExpiry:this._redirectCounter});}else if(this.evergreen_timer_action=='hide'){$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),onExpiry:this._destroyCounter});}else if(this.evergreen_timer_action=='reset'){$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),onExpiry:this._restartCountdown});}else{$(this.timerid).countdown({until:this.timer_date,format:this.timer_format,layout:this.timer_layout,labels:this.timer_labels.split(","),timezone:this.timezone,labels1:this.timer_labels_singular.split(","),});}}},_restartCountdown:function(){$.cookie(this.id+"-currdate",new Date());currdate=new Date($.cookie(this.id+"-currdate"));var evergreen_date_days=$.cookie(this.id+"-day");var evergreen_date_hour=$.cookie(this.id+"-hour");var evergreen_date_minutes=$.cookie(this.id+"-min");var evergreen_date_seconds=$.cookie(this.id+"-sec");var timevar=(parseFloat(evergreen_date_days*24*60*60)+parseFloat(evergreen_date_hour*60*60)+parseFloat(evergreen_date_minutes*60)+parseFloat(evergreen_date_seconds))*1000;currdate.setTime(currdate.getTime()+timevar);this.timer_date=currdate;jQuery(this).countdown('option',{until:this.timer_date});},};})(jQuery);var default_layout='';default_layout+='{y<}'+'<div class="uabb-countdown-holding normal"><div class="uabb-countdown-digit-wrapper normal"><h3 class="uabb-count-down-digit normal">{ynn}</h3></div><div class="uabb-countdown-unit-names"><h3 class="uabb-count-down-unit normal">{yl}</h3></div></div>'+'{y>}';default_layout+='{o<}'+'<div class="uabb-countdown-holding normal"><div class="uabb-countdown-digit-wrapper normal"><h3 class="uabb-count-down-digit normal">{onn}</h3></div><div class="uabb-countdown-unit-names"><h3 class="uabb-count-down-unit normal">{ol}</h3></div></div>'+'{o>}'+'{d<}'+'<div class="uabb-countdown-holding normal"><div class="uabb-countdown-digit-wrapper normal"><h3 class="uabb-count-down-digit normal">{dnn}</h3></div><div class="uabb-countdown-unit-names"><h3 class="uabb-count-down-unit normal">{dl}</h3></div></div>'+'{d>}'+'{h<}'+'<div class="uabb-countdown-holding normal"><div class="uabb-countdown-digit-wrapper normal"><h3 class="uabb-count-down-digit normal">{hnn}</h3></div><div class="uabb-countdown-unit-names"><h3 class="uabb-count-down-unit normal">{hl}</h3></div></div>'+'{h>}'+'{m<}'+'<div class="uabb-countdown-holding normal"><div class="uabb-countdown-digit-wrapper normal"><h3 class="uabb-count-down-digit normal">{mnn}</h3></div><div class="uabb-countdown-unit-names"><h3 class="uabb-count-down-unit normal">{ml}</h3></div></div>'+'{m>}'+'{s<}'+'<div class="uabb-countdown-holding normal"><div class="uabb-countdown-digit-wrapper normal"><h3 class="uabb-count-down-digit normal">{snn}</h3></div><div class="uabb-countdown-unit-names"><h3 class="uabb-count-down-unit normal">{sl}</h3></div></div>'+'{s>}';(function($){var moduleDay=new Date("0","-1","0","0","6");new UABBCountdown({id:"5e1ecfb4c9715",fixed_timer_action:"msg",evergreen_timer_action:"none",timertype:"fixed",timer_date:moduleDay,timer_format:"MS",timer_layout:default_layout,redirect_link_target:"_self",redirect_link:"",expire_message:"<p><script>alert("working");</script></p> ",timer_labels:"Years,Months,,Days,Hours, , ",timer_labels_singular:"Year,Month,,Day,Hour, , ",evergreen_date_days:"0",evergreen_date_hour:"0",evergreen_date_minutes:"0",evergreen_date_seconds:"0",time_zone:"NULL",timer_exp_text:'<div class="uabb-countdown-expire-message">'+$.cookie("countdown-5e1ecfb4c9715expiremsg")+'</div>'});})(jQuery);(function($){$(function(){$('.fl-embed-video').fitVids();if($('.fl-module-video .fl-wp-video video').length>1){$('.fl-module-video .fl-wp-video video').mediaelementplayer({pauseOtherPlayers:false});}});})(jQuery);jQuery(function($){$(function(){$('.fl-node-5e026a7e892fb .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});});jQuery(function($){$(function(){$('.fl-node-5e026a7e893e5 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});});jQuery(function($){$(function(){$('.fl-node-5e1dc562143bd .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});});jQuery(function($){$(function(){$('.fl-node-5e1dc56214572 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});});(function($){PPSubscribeForm=function(settings)

It does sound like you added something NON javascript into the layouts javascript settings, we see people adding HTML there all the time, even CSS.

The forums formatting of your paste makes finding the error impossible if you are still having issues just give me the URL of the page.

Yeah it wasn’t me. It was a user on our network. I appreciate your quick help very much!

@pross looks like the problem is back. Here’s the page

Summary

https://lifepathmasters.pageable.com/sales-page-bevcopy/

Also, another thing is, what you see on that page (public) is different from what shows up in BB. The line error is also different although the file is the same. Here’s what it looks like when I launch BB. But no editing options appear and I also cannot launch safemode.
https://share.getcloudapp.com/llu47bm4

Without launching BB (public page) the error is on line 77

Launching BB, the error is on line 190