Begin XenForo Sync and continue Uploader
This commit is contained in:
18
ts/submissions/class-reserve-post-id.ts
Normal file
18
ts/submissions/class-reserve-post-id.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import {__, I } from "./globals";
|
||||
declare const _romhackplaza_script_uploader: any;
|
||||
declare const romhackplaza_modal_submissions: any;
|
||||
|
||||
export class Reserve_Post_ID {
|
||||
|
||||
/**
|
||||
*
|
||||
* @param callback - MUST BE FROM A Upload child.
|
||||
*/
|
||||
constructor( callback: () => any ){
|
||||
|
||||
if( I.is_edit ) {
|
||||
callback();
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user