0
Hello.
https://staging1.xamadu.com/profile/843-sandy/216-expense-manager
login detail:
USER :- sandy
PASWORD :- 4321
This is my site link of expense manager view and login detail.
I had enable bootstrap version from options of Expense Manager.
Items are not always loading.Don't know why it will load sometime and sometime not.
I go in coding to check issue and I found issue in com_finances/assets/item.js file in below function.
function render_item(data)
{
var source = jQuery("#item-template").html();
var template = Handlebars.compile(source);
//alert("ASD");
var context = data;
var html = template(context);
jQuery("#postswrapper").append(html);
}
The line below.
var html = template(context);
When I alert this html variable then sometimes it will give value sometimes not.
So can you please help me what this template(context) do and how I solve my Issue.
Please give me reply as fast as possible.
Thanks in advance.
https://staging1.xamadu.com/profile/843-sandy/216-expense-manager
login detail:
USER :- sandy
PASWORD :- 4321
This is my site link of expense manager view and login detail.
I had enable bootstrap version from options of Expense Manager.
Items are not always loading.Don't know why it will load sometime and sometime not.
I go in coding to check issue and I found issue in com_finances/assets/item.js file in below function.
function render_item(data)
{
var source = jQuery("#item-template").html();
var template = Handlebars.compile(source);
//alert("ASD");
var context = data;
var html = template(context);
jQuery("#postswrapper").append(html);
}
The line below.
var html = template(context);
When I alert this html variable then sometimes it will give value sometimes not.
So can you please help me what this template(context) do and how I solve my Issue.
Please give me reply as fast as possible.
Thanks in advance.
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »