picgo/static/js/pagehead.js

15 lines
192 B
JavaScript
Raw Normal View History

2024-08-01 20:40:06 +08:00
function PageHead(fields, actions,elementId) {
this.fields = fields
this.actions = actions
this.element = $(elementId)
}
PageHead.prototype.RenderPageHead = function () {
}