From 78f9029824319614a73b0afebb84845a13839e2b Mon Sep 17 00:00:00 2001 From: Josh Birnholz Date: Sun, 27 Nov 2022 02:41:49 -0500 Subject: [PATCH] Remove comment --- js/creator-23.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/creator-23.js b/js/creator-23.js index b9de95aa..a77705a3 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -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; }