mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-13 13:29:23 +00:00
Add nice whole file support
This commit is contained in:
11
core/static/core/js/script.js
Normal file
11
core/static/core/js/script.js
Normal file
@ -0,0 +1,11 @@
|
||||
console.log('Guy');
|
||||
|
||||
$( function() {
|
||||
dialog = $( ".choose_file_widget" ).dialog({
|
||||
autoOpen: false,
|
||||
modal: true,
|
||||
});
|
||||
$( ".choose_file_button" ).button().on( "click", function() {
|
||||
dialog.dialog( "open" );
|
||||
});
|
||||
} );
|
Reference in New Issue
Block a user