Page 1 of 1

cloudflare UI page not working

Posted: 21 Oct 2017, 12:05
by marcele
Hey chirpy,

It looks like there is a javascript error on the cloudflare UI page on CSF v11.01 which prevents the UI from working properly. In Firefox and chrome I see this in the browser console on the cloudflare UI page:

Code: Select all

TypeError: $(...).chosen is not a function[Learn More] yMq3wnv0pfUc5kjFZIOxejZkGj:44:3
Once javascript breaks the code below doesn't get a chance to re-enable all buttons even though a domain is selected

Code: Select all

$('#domains').on('keyup change',function() {
		if ($('#domains').val() == null) {
			$('#cflistbtn,#cftempdenybtn,#cfaddbtn,#cfremovebtn').prop('disabled', true);
		} else {
			$('#cflistbtn,#cftempdenybtn,#cfaddbtn,#cfremovebtn').prop('disabled', false);
		}
	});


I hope this helps!

Re: cloudflare UI page not working

Posted: 21 Oct 2017, 17:45
by ForumAdmin
Thank you for reporting that. We will have a fix for it in the next release.

Re: cloudflare UI page not working

Posted: 06 Jun 2018, 00:02
by batmanu
Any update on this one? Doesn't anybody use the Cloudfare Firewall GUI?!

Re: cloudflare UI page not working

Posted: 05 Dec 2018, 14:30
by Firewalls4Life
Old thread... but I believe it has since been fixed as it is not an issue vin 12.09.