* Change URL Hayalistic (#11405) * Remove trailing slash * Remove yet another trailing slash
This commit is contained in:
parent
5e88baecd1
commit
64cdf418ce
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Hayalistic'
|
extName = 'Hayalistic'
|
||||||
extClass = '.Hayalistic'
|
extClass = '.Hayalistic'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://hayalistic.com.tr'
|
baseUrl = 'https://hayalistic.net'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class Hayalistic : Madara(
|
class Hayalistic : Madara(
|
||||||
"Hayalistic",
|
"Hayalistic",
|
||||||
"https://hayalistic.com.tr",
|
"https://hayalistic.net",
|
||||||
"tr",
|
"tr",
|
||||||
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ENGLISH),
|
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ENGLISH),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user