Allow reload sidebar html tag more often
This commit is contained in:
parent
30d16a8e05
commit
e481a12647
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Sidebar extends Class
|
||||||
img.src = "/uimedia/globe/world.jpg";
|
img.src = "/uimedia/globe/world.jpg";
|
||||||
|
|
||||||
setSiteInfo: (site_info) ->
|
setSiteInfo: (site_info) ->
|
||||||
RateLimit 3000, =>
|
RateLimit 1500, =>
|
||||||
@updateHtmlTag()
|
@updateHtmlTag()
|
||||||
RateLimit 30000, =>
|
RateLimit 30000, =>
|
||||||
@displayGlobe()
|
@displayGlobe()
|
||||||
|
|
Loading…
Reference in a new issue