Skip to content

Commit

Permalink
Task techjoomla#68 chore: Modify the extension and added new widget
Browse files Browse the repository at this point in the history
  • Loading branch information
pravinTek committed Jan 20, 2020
1 parent 5837224 commit ea8ffc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var TJDashboardUI = {
var i = 0;
var j = 1;

jQuery('<div class="widget-boxes row dashboard-filter dashboard-widget-row-'+j+'">').appendTo('.tjdashboard');
jQuery('<div class="widget-boxes row dashboard-filter dashboard-widget-row-'+j+'">').appendTo('.tjdashboard');
jQuery.each (response.data.widget_data, function(index, value)
{
var colorClass = "panel-default";
Expand Down Expand Up @@ -85,7 +85,7 @@ var TJDashboardUI = {

if (jQuery.trim(titleLink) !='')
{
widgetPanel += '<a class="text-white title-link-'+value.dashboard_widget_id+'" href="'+ Joomla.getOptions('system.paths').base + '/' + titleLink + '" target="_blank">';
widgetPanel += '<a class="text-white title-link-'+value.dashboard_widget_id+'" href="'+ Joomla.getOptions('system.paths').base + '/' + titleLink + '">';
}

widgetPanel += '<span class="ml-10 fs-18 font-600">' + value.title + '</span>';
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea8ffc0

Please sign in to comment.