mirror of
https://github.com/HeyPuter/puter.git
synced 2026-03-09 02:58:52 -05:00
Update UIItem.js
seperator -> separator
This commit is contained in:
committed by
GitHub
parent
435871179b
commit
e7ca0d1839
@@ -1066,7 +1066,7 @@ function UIItem(options){
|
||||
});
|
||||
|
||||
// -------------------------------------------
|
||||
// -- seperator --
|
||||
// -- separator --
|
||||
// -------------------------------------------
|
||||
menu_items.push('-');
|
||||
}
|
||||
@@ -1085,7 +1085,7 @@ function UIItem(options){
|
||||
}
|
||||
});
|
||||
// -------------------------------------------
|
||||
// -- seperator --
|
||||
// -- separator --
|
||||
// -------------------------------------------
|
||||
if(!is_trash && !is_trashed && options.is_dir)
|
||||
menu_items.push('-');
|
||||
@@ -1617,4 +1617,4 @@ window.activate_item_name_editor= function(el_item){
|
||||
$(el_item_name_editor).select();
|
||||
}
|
||||
|
||||
export default UIItem;
|
||||
export default UIItem;
|
||||
|
||||
Reference in New Issue
Block a user