File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -630,6 +630,20 @@ com.cheeseStorm = function () {
630630 {
631631 element : "img" ,
632632 src : "images/commands/cheese.png" ,
633+ eventListeners : [
634+ {
635+ event : "select" ,
636+ func : ( ) => false ,
637+ } ,
638+ {
639+ event : "dragstart" ,
640+ func : ( ) => false ,
641+ } ,
642+ {
643+ event : "dragend" ,
644+ func : ( ) => false ,
645+ } ,
646+ ] ,
633647 style : {
634648 height : "64px" ,
635649 transform : `rotate(${ Math . random ( ) * 45 * 2 - 45 } deg)` ,
@@ -687,7 +701,7 @@ com.cheeseStorm = function () {
687701 fontSize : "20px" ,
688702 fontWeight : "bold" ,
689703 } ,
690- textContent : "+1 Cheese " ,
704+ textContent : "+1 CHEESE " ,
691705 } ,
692706 ] ) ;
693707 cheeseDiv . animate (
Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ class RealTimeNotifications {
171171 return {
172172 element : "div" ,
173173 className : "menuBarItem" ,
174+ style : {
175+ padding : "0px 0px" ,
176+ } ,
174177 children : [
175178 {
176179 element : "img" ,
Original file line number Diff line number Diff line change 1- {"timestamp" :" 1761238376626 " }
1+ {"timestamp" :" 1761238910894 " }
You can’t perform that action at this time.
0 commit comments