Remove comment

This commit is contained in:
Josh Birnholz
2022-11-27 02:41:49 -05:00
committed by Josh birnholz
parent 53d61183f0
commit 78f9029824

View File

@@ -660,11 +660,6 @@ function autoFrame() {
// autoFramePack = frame;
if (autoFramePack != frame) {
// Can't set pack before group, because setting the group resets the pack.
// document.querySelector('#selectFrameGroup').value = group;
// loadScript('/js/frames/group' + group + '.js');
// document.querySelector('#selectFramePack').value = frame;
loadScript('/js/frames/pack' + frame + '.js');
autoFramePack = frame;
}