encapsulate path substitution
This commit is contained in:
@@ -299,6 +299,10 @@
|
||||
hasChanges = true;
|
||||
reload(page);
|
||||
});
|
||||
}, function () {
|
||||
require(['alert'], function (alert) {
|
||||
alert('This feature is coming soon to Emby Theater.');
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
@@ -393,6 +397,10 @@
|
||||
reload(page);
|
||||
}
|
||||
});
|
||||
}, function () {
|
||||
require(['alert'], function (alert) {
|
||||
alert('This feature is coming soon to Emby Theater.');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user