mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed profile link
This commit is contained in:
parent
5ce12029ce
commit
d6607ab901
@ -24,7 +24,7 @@ $(document).ready(function () {
|
||||
var btn = '<button type="submit" class="btn-1">'+response['nextBtn']+'</button>'
|
||||
if(response['link'] != "")
|
||||
{
|
||||
btn = "<a class='btn btn-primary' href='"+response['link']+"' role='button'>"+response['nextBtn']+"</a>";
|
||||
btn = "<a class='btn btn-primary' href='/profile' role='button'>"+response['nextBtn']+"</a>";
|
||||
}
|
||||
$('.cat-item-3').html(
|
||||
'<div class="section next-stap post-option p-2">' +
|
||||
|
||||
@ -13,7 +13,6 @@ return [
|
||||
'msg' => "You have reached your free ad limit.",
|
||||
'nextBtn' => "Show Ads",
|
||||
'cancelBtn' => "or Cancel",
|
||||
'link' => "/profile",
|
||||
],
|
||||
'create_ad_with_post_cat' => [
|
||||
'title' => "Post an Ad in just 30 seconds",
|
||||
|
||||
@ -13,7 +13,6 @@ return [
|
||||
'msg' => "Size verilen ücretsiz ilan limitine ulaştınız.",
|
||||
'nextBtn' => "İlanlarım",
|
||||
'cancelBtn' => "ve ya İptal",
|
||||
'link' => "/profil",
|
||||
],
|
||||
'create_ad_with_post_cat' => [
|
||||
'title' => "Sadece 30 saniyede İlan ver",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user