CC-2272: Ability to change storage directory location
-done
This commit is contained in:
parent
eaba145d6d
commit
67df619c90
6 changed files with 31 additions and 18 deletions
|
@ -43,7 +43,7 @@ function setWatchedDirEvents() {
|
|||
$('#storageFolder-ok').click(function(){
|
||||
var url, chosen;
|
||||
|
||||
if(confirm("Are you sure you want to change the storage folder?")){
|
||||
if(confirm("Are you sure you want to change the storage folder?\nThis will remove the files from your Airtime library!")){
|
||||
url = "/Preference/change-stor-directory";
|
||||
chosen = $('#storageFolder').val();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue