Update alert if change in JS tracking code?

I’ve just check my original tracking code still “live” and from the Piwik 1.11 release and the one suggested in Admin=>Manage Websites.

It’s almost the same but saw one bigger difference :

var u="//stats.mysite.com/"; (Piwik 1.11)
versus
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://stats.mysite.com/"; (Piwik 2.15)

I never experienced loss of data from this difference but I was wondering if Piwik should alert us if JS tracking code should be revised in our inclusions?

Hi there,

the change is optional and is a best practise. We don’t need to alert users to change it.