mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -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>'
|
var btn = '<button type="submit" class="btn-1">'+response['nextBtn']+'</button>'
|
||||||
if(response['link'] != "")
|
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(
|
$('.cat-item-3').html(
|
||||||
'<div class="section next-stap post-option p-2">' +
|
'<div class="section next-stap post-option p-2">' +
|
||||||
|
|||||||
@ -13,7 +13,6 @@ return [
|
|||||||
'msg' => "You have reached your free ad limit.",
|
'msg' => "You have reached your free ad limit.",
|
||||||
'nextBtn' => "Show Ads",
|
'nextBtn' => "Show Ads",
|
||||||
'cancelBtn' => "or Cancel",
|
'cancelBtn' => "or Cancel",
|
||||||
'link' => "/profile",
|
|
||||||
],
|
],
|
||||||
'create_ad_with_post_cat' => [
|
'create_ad_with_post_cat' => [
|
||||||
'title' => "Post an Ad in just 30 seconds",
|
'title' => "Post an Ad in just 30 seconds",
|
||||||
|
|||||||
@ -13,7 +13,6 @@ return [
|
|||||||
'msg' => "Size verilen ücretsiz ilan limitine ulaştınız.",
|
'msg' => "Size verilen ücretsiz ilan limitine ulaştınız.",
|
||||||
'nextBtn' => "İlanlarım",
|
'nextBtn' => "İlanlarım",
|
||||||
'cancelBtn' => "ve ya İptal",
|
'cancelBtn' => "ve ya İptal",
|
||||||
'link' => "/profil",
|
|
||||||
],
|
],
|
||||||
'create_ad_with_post_cat' => [
|
'create_ad_with_post_cat' => [
|
||||||
'title' => "Sadece 30 saniyede İlan ver",
|
'title' => "Sadece 30 saniyede İlan ver",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user