mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Remove comment
This commit is contained in:

committed by
Josh birnholz

parent
53d61183f0
commit
78f9029824
@@ -660,11 +660,6 @@ function autoFrame() {
|
|||||||
// autoFramePack = frame;
|
// autoFramePack = frame;
|
||||||
|
|
||||||
if (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');
|
loadScript('/js/frames/pack' + frame + '.js');
|
||||||
autoFramePack = frame;
|
autoFramePack = frame;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user