We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16297d3 commit ba5af37Copy full SHA for ba5af37
src/common/sb.component.ts
@@ -357,7 +357,7 @@ export class SBController {
357
for (let sb of sbArray) {
358
let ele: HTMLFormElement = (select('#' + sb) as HTMLFormElement);
359
ele.href = ((link) ? ('http://' + link[1] + '/' + (link[3] ? (link[3] + '/') : '')) :
360
- ('http://npmci.syncfusion.com/production/')) +
+ ('http://ej2.syncfusion.com/')) +
361
(sbObj[sb] ? (sb + '/') : '') + 'demos/#/' + (sample ? (sample[1] + (sb !== 'typescript' ? '' : '.html')) : '');
362
}
363
0 commit comments