You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/js/account.js
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,12 @@ document.addEventListener('DOMContentLoaded', function () {
65
65
// TODO: MARK:- Sometimes will add a image not found error
66
66
// Solution 1: if user did not choose a glasses design, set glasses to database as "null" and create a transparent image named "null.png" (easier implementation)
67
67
// Solution 2: if user did not choose a glasses design, add a if statement to check if glasses in database if null. If null: skip glasses image line; else add glasses image line
0 commit comments