Remove hash bang paths
This commit is contained in:
parent
1dbbb4c65d
commit
90b1b45f26
26 changed files with 136 additions and 132 deletions
|
@ -219,9 +219,9 @@ function getProviderName(providerId) {
|
|||
function getProviderConfigurationUrl(providerId) {
|
||||
switch (providerId = providerId.toLowerCase()) {
|
||||
case 'xmltv':
|
||||
return '#!/livetvguideprovider.html?type=xmltv';
|
||||
return '#/livetvguideprovider.html?type=xmltv';
|
||||
case 'schedulesdirect':
|
||||
return '#!/livetvguideprovider.html?type=schedulesdirect';
|
||||
return '#/livetvguideprovider.html?type=schedulesdirect';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue