UChicago Early Action / Early Decision for Fall 2024 Admission

I have i/template. Did your portal change in any other way? However in the i/template thing I get a small orange warning triangle. Nevermind I’m tripping on the orange triangle thing.

Yes. I don’t have functions.js under shared anymore. Only ok.png is there now.

I have functions.js still

I don’t get any orange warning triangle.

I was wrong about that, my computer disconnected from the internet for a second.

Is this the differentiator between admitted and rejected!?

Who knows, it could mean something, it could not mean something, it could go eitherway. Literally no one else has tested it out so we can’t tell

What is the code in it about?

in what

code in which bit

functions.js

Does anyone see “admit.css” under “css” under “sites/all/themes/plaisance”?

Yes, everyone.

1 Like

looks like random png movements, like some kind of transition thing.
$(function() {
function myMM(e) {
var W = 1180
, H = 781
, mainImage = $(“#mainimage”)
, glassImage = $(“#glass-image”)
, glass = $(“#glass”)
, parentOffset = mainImage.parent().offset()
, relativeXPosition = e.pageX - parentOffset.left
, relativeYPosition = e.pageY - parentOffset.top;
glass.css(“left”, relativeXPosition - 130 + “px”).css(“top”, relativeYPosition - 125 + “px”);
var xs = e.pageX - mainImage.offset().left
, ys = e.pageY - mainImage.offset().top
, bx = glassImage.width() / 2 - xs * W / 706
, by = glassImage.height() / 2 - ys * H / 467;
$(“#collage_large”).css(“background-position”, bx + “px " + by + “px”);
$(”#apple").css(“background-position”, bx + 900 + “px " + (by + 395) + “px”);
$(”#bean").css(“background-position”, bx + 510 + “px " + (by + 475) + “px”);
$(”#bus").css(“background-position”, bx + 710 + “px " + (by + 340) + “px”);
$(”#churchill").css(“background-position”, bx + 743 + “px " + (by - 27) + “px”);
$(”#coffee").css(“background-position”, bx + 480 + “px " + (by + 210) + “px”);
$(”#hancock").css(“background-position”, bx + 675 + “px " + (by + 150) + “px”);
$(”#hotdog").css(“background-position”, bx + 617 + “px " + (by + 300) + “px”);
$(”#mantis").css(“background-position”, bx + 903 + “px " + (by + 564) + “px”);
$(”#orange").css(“background-position”, bx - 62 + “px " + (by + 406) + “px”);
$(”#sears").css(“background-position”, bx + 956 + “px " + (by + 77) + “px”);
$(”#welcome").css(“background-position”, bx + 0 + “px " + (by + 300) + “px”);
(bx < -W || by < -H || bx > 100 || by > 100) && (mainImage.unbind(“mousemove”, myMM),
glass.fadeOut(100))
}
$(“a[name=modal]”).click(function(e) {
var winH, winW;
e.preventDefault();
var id = $(this).attr(“href”)
, maskHeight = $(document).height()
, maskWidth = $(window).width();
$(”#mask").css({
width: maskWidth,
height: maskHeight
});
$(“#mask”).fadeIn(500);
$(“#mask”).fadeTo(“slow”, .7);
winH = $(window).height();
winW = $(window).width();
$(id).css(“top”, winH / 2 - $(id).height() / 2);
$(id).css(“left”, winW / 2 - $(id).width() / 2);
$(id).fadeIn(750)
});
$(“.window .close”).click(function(e) {
e.preventDefault();
$(“#mask”).hide();
$(“.window”).hide()
});
$(“#mask-mask”).click(function() {
$(this).hide();
$(“.window”).hide()
});
$(“#mainimage”).mouseover(function() {
$(document).mousemove(myMM);
$(“#glass”).fadeIn(“fast”)
})
});

Everyone has that, seems like not everyone has Functions.js under prospects/shared and not everyone has two status pages, and wether they have code inside the grey status page.

Ohh, got it. I have one status page, which is grey with code. And I also have Functions.js

I think this code has something to do with decisions. Just we don’t know what it means to have it and not have it.

Same here, but mine keeps switching between one or two status pages. Might be a positive sign for you @Abc6 if more people have these signs than don’t. However our n is pretty small haha.

If it helps, I’ve seen college decision reaction videos where, (if I recall correctly), the acceptance page has some sort of gif/image transformation. I can try to find an example

If you find that I could probably figure out if the code lines up with it