mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
spelling: functions
This commit is contained in:
parent
92a41e826c
commit
55fb1aa851
1 changed files with 3 additions and 3 deletions
6
httpdocs/js/sequence_sunburst.js
vendored
6
httpdocs/js/sequence_sunburst.js
vendored
|
|
@ -67,7 +67,7 @@ function SequenceSunburst(circle_name,sequence_name,refresh,update_url,url_param
|
|||
// var updateInterval = window.setInterval(update, refresh);
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
// UPDATE FUNCIONTS ////////////////////////////////////
|
||||
// UPDATE FUNCTIONS ////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////
|
||||
this.flashUpdate = function (start,end) {
|
||||
arc_group.selectAll("path").style("opacity", start)
|
||||
|
|
@ -282,7 +282,7 @@ function SequenceSunburst(circle_name,sequence_name,refresh,update_url,url_param
|
|||
}
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
// INIT FUNCIONTS ////////////////////////////////////
|
||||
// INIT FUNCTIONS ////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////
|
||||
|
||||
function create_sequence_sunburst(circle_name, sequence_name,title,units) {
|
||||
|
|
@ -367,7 +367,7 @@ function SequenceSunburst(circle_name,sequence_name,refresh,update_url,url_param
|
|||
}
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
// PUBLIC FUNCIONTS ////////////////////////////////////
|
||||
// PUBLIC FUNCTIONS ////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////
|
||||
|
||||
SequenceSunburst.prototype.setUrlParams = function(url_params) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue