mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fixes spellings and typos
Thank goes to Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
0b29b4b7ed
commit
78e78c018c
75 changed files with 212 additions and 212 deletions
4
httpdocs/js/sequence_sunburst.js
vendored
4
httpdocs/js/sequence_sunburst.js
vendored
|
|
@ -69,7 +69,7 @@ function SequenceSunburst(circle_name,sequence_name,refresh,update_url,url_param
|
|||
///////////////////////////////////////////////////////////
|
||||
// UPDATE FUNCIONTS ////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////
|
||||
this.falshUpdate = function (start,end) {
|
||||
this.flashUpdate = function (start,end) {
|
||||
arc_group.selectAll("path").style("opacity", start)
|
||||
.transition().duration(200).style("opacity", end);
|
||||
}
|
||||
|
|
@ -378,7 +378,7 @@ SequenceSunburst.prototype.setUrlParams = function(url_params) {
|
|||
|
||||
SequenceSunburst.prototype.forceUpdate = function(url_params) {
|
||||
// this.stopInterval();
|
||||
this.falshUpdate(0,1);
|
||||
this.flashUpdate(0,1);
|
||||
this.update();
|
||||
// this.startInterval();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue