14 lines
239 B
JavaScript
14 lines
239 B
JavaScript
|
/*
|
||
|
* 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(){
|
||
|
|
||
|
}
|
||
|
};
|