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
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
This would mean changing frame.js to use the Head/Body stuff, making a page and moving the resources into that page. Some items might get moved out of server.js and into a page-specific server.js (though it's unclear what parts); the server would have to be mounted on "/".
The text was updated successfully, but these errors were encountered:
Move the model code out of frame.js/view.js and into model.js
rename clientglue to controller
Fix imports given new relative location of files
Remove references to the Profile
Comment out code related to Save Full Page
Move the handler for GET /:id/:domain out of root server.js and into page-specific server.js
Part of the work for #1713
This would mean changing frame.js to use the Head/Body stuff, making a page and moving the resources into that page. Some items might get moved out of server.js and into a page-specific server.js (though it's unclear what parts); the server would have to be mounted on "/".
The text was updated successfully, but these errors were encountered: