since 7.1.2026, Google removed https://getmdl.io
the libs
'https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.light_blue-orange.min.css'
and
'https://storage.googleapis.com/code.getmdl.io/1.3.0/material.min.js'
were removed from google.
Luckily, we have them in cdn:
'https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.light_blue-orange.min.css'
and
'https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.min.js'
The following methods need update:
MDLDemoApplication>> updateRoot:
MDLDemo>>updateRoot:
MDLDemoInstallationPage>>renderStartDescriptionOn:
since 7.1.2026, Google removed https://getmdl.io
the libs
'https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.light_blue-orange.min.css'and
'https://storage.googleapis.com/code.getmdl.io/1.3.0/material.min.js'were removed from google.
Luckily, we have them in cdn:
'https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.light_blue-orange.min.css'and
'https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.min.js'The following methods need update: