mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Bump favcount.js to v1.5.0
We've already made the CORS changes in our copy of favcount, but we should bump the version to match upstream.
This commit is contained in:
4
vendor/assets/javascripts/favcount.js
vendored
4
vendor/assets/javascripts/favcount.js
vendored
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* favcount.js v1.4.0
|
* favcount.js v1.5.0
|
||||||
* http://chrishunt.co/favcount
|
* http://chrishunt.co/favcount
|
||||||
* Dynamically updates the favicon with a number.
|
* Dynamically updates the favicon with a number.
|
||||||
*
|
*
|
||||||
@@ -98,5 +98,5 @@
|
|||||||
}).call(this);
|
}).call(this);
|
||||||
|
|
||||||
(function(){
|
(function(){
|
||||||
Favcount.VERSION = '1.4.0';
|
Favcount.VERSION = '1.5.0';
|
||||||
}).call(this);
|
}).call(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user