It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
Klassified
reply to post by tanka418
If you're a web developer, this may sound like an obvious inquiry. Is your java up to date, and all old versions removed? Or can you actually pin it down to ATS's code?
$("#pbgcolor").spectrum([
showInput: true,
showInitial: true,
preferredFormat: "hex"
]);
$("#data2").spectrum([
showInput: true,
showInitial: true,
preferredFormat: "hex"
]);
im a software engineer and don't see any errors. Must be your system.
tanka418
Just to let ya know; ATS is throwing profuse _javascript errors.
I'm a web developer and frequently will visit ATS while one of my "debuggers" is open, they are detecting your errors, which are on virtually every page.
ZetaRediculian
im a software engineer and don't see any errors. Must be your system.
tanka418
ZetaRediculian
im a software engineer and don't see any errors. Must be your system.
Start your dev system. You know...Visual Studio, and use IE/any.
$("#picker").spectrum([
color: tinycolor,
flat: bool,
showInput: bool,
showInitial: bool,
showAlpha: bool,
disabled: bool,
localStorageKey: string,
showPalette: bool,
showPaletteOnly: bool,
showSelectionPalette: bool,
clickoutFiresChange: bool,
cancelText: string,
chooseText: string,
className: string,
preferredFormat: string,
maxSelectionSize: int,
palette: [[string]],
selectionPalette: [string]
]);
The source of the error is from a jquery plugin that's missing its reference. There is nothing with the id "pbgcolor" anywhere either. The code block is probably leftover from the switch to the new UI. its probably annoying if you leave your debugger open in VS. Other than that, it probably doesn't effect the rest of the terrestrial population.
tanka418
reply to post by ZetaRediculian
Like I actually care about the exception or its source.
I saw an issue; thought I might be helpful.