mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +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 = "";
|
||||
}
|
||||
|
||||
var sScreenshot = item.item_screenshot_url.replace(/^https:\/\//, "");
|
||||
$node = $.tmpl( "downloadableItem", {
|
||||
MenuType: item.title,
|
||||
MenuTypeDesc: item.package_description,
|
||||
ScreenShotURL: sScreenshot,
|
||||
ScreenShotURL: item.item_screenshot_url,
|
||||
Score: item.package_star,
|
||||
TotalVotes: item.package_voted,
|
||||
LastUpdatedWithTime: formatUpdatedDateWithTime(item.item_regdate),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue