Skip to content
Extraits de code Groupes Projets
Valider 97c0d591 rédigé par Nathan Sollenberger's avatar Nathan Sollenberger
Parcourir les fichiers

Convert tabs to spaces

parent 1169e55f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -44,13 +44,13 @@ class Controller extends \Piwik\Plugin\Controller ...@@ -44,13 +44,13 @@ class Controller extends \Piwik\Plugin\Controller
return $view->render(); return $view->render();
} }
// sparkline.js:81 dataTable.trigger('reload', …); does not remove the old headline, // sparkline.js:81 dataTable.trigger('reload', …); does not remove the old headline,
// so when updating this graph (such as when selecting a different metric) // so when updating this graph (such as when selecting a different metric)
// ONLY the graph should be returned // ONLY the graph should be returned
public function getIndexGraph() public function getIndexGraph()
{ {
return $this->getEvolutionGraph(array(), array(), __FUNCTION__); return $this->getEvolutionGraph(array(), array(), __FUNCTION__);
} }
public function getSparklines() public function getSparklines()
{ {
...@@ -114,8 +114,8 @@ class Controller extends \Piwik\Plugin\Controller ...@@ -114,8 +114,8 @@ class Controller extends \Piwik\Plugin\Controller
$selectableColumns[] = 'nb_searches'; $selectableColumns[] = 'nb_searches';
$selectableColumns[] = 'nb_keywords'; $selectableColumns[] = 'nb_keywords';
} }
// $callingAction may be specified to distinguish between // $callingAction may be specified to distinguish between
// "VisitsSummary_WidgetLastVisits" and "VisitsSummary_WidgetOverviewGraph" // "VisitsSummary_WidgetLastVisits" and "VisitsSummary_WidgetOverviewGraph"
$view = $this->getLastUnitGraphAcrossPlugins($this->pluginName, $callingAction, $columns, $view = $this->getLastUnitGraphAcrossPlugins($this->pluginName, $callingAction, $columns,
$selectableColumns, $documentation); $selectableColumns, $documentation);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter