Embed resources into templates
This commit is contained in:
14
res/include/script/embedupload.js
Normal file
14
res/include/script/embedupload.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Made by Fornax
|
||||
*/
|
||||
|
||||
$(document).ready(function () {
|
||||
// Add the stylesheet
|
||||
$("head").append('<link rel="stylesheet" type="text/css" href="/res/script/embedupload.css">');
|
||||
});
|
||||
|
||||
var ModularUploader = {
|
||||
doUpload: function(){
|
||||
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user