mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
Remove unnecessary string replacing. (#982)
I have an mistake at
3dc1b5d804
. It was late, but I fix it now.
This commit is contained in:
parent
038621d1a0
commit
3b366dde76
1 changed files with 1 additions and 2 deletions
|
|
@ -2496,11 +2496,10 @@ jQuery(function($){
|
||||||
sIsInstalled = "";
|
sIsInstalled = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
var sScreenshot = item.item_screenshot_url.replace(/^https:\/\//, "");
|
|
||||||
$node = $.tmpl( "downloadableItem", {
|
$node = $.tmpl( "downloadableItem", {
|
||||||
MenuType: item.title,
|
MenuType: item.title,
|
||||||
MenuTypeDesc: item.package_description,
|
MenuTypeDesc: item.package_description,
|
||||||
ScreenShotURL: sScreenshot,
|
ScreenShotURL: item.item_screenshot_url,
|
||||||
Score: item.package_star,
|
Score: item.package_star,
|
||||||
TotalVotes: item.package_voted,
|
TotalVotes: item.package_voted,
|
||||||
LastUpdatedWithTime: formatUpdatedDateWithTime(item.item_regdate),
|
LastUpdatedWithTime: formatUpdatedDateWithTime(item.item_regdate),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue