This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Reset Dressing Room Settings
Reset Dressing Room Settings
Back to the Dressing Room
setTimeout(function () {
let link = WH.ge('dressing-room-reset-button');
link.href = 'javascript:';
WH.aE(link, 'click', function () {
if (confirm("Reset ALL Dressing Room AND Model Viewer settings? This can't be undone!")) {
.forEach(function (key) {
WH.LocalStorage.remove(key);
});
alert('Dressing Room & Model Viewer settings have been reset.');
}
});
}, 1);