File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,13 @@ const MainPage = {
105
105
methods : {
106
106
goToLink : function ( ) {
107
107
window . scrollTo ( 0 , 0 ) ;
108
+
109
+ var scriptEl = document . createElement ( 'script' ) ;
110
+ scriptEl . setAttribute ( 'src' , '//cdn.carbonads.com/carbon.js?serve=CK7DL53W&placement=typeormio' ) ;
111
+ scriptEl . setAttribute ( 'id' , '_carbonads_js' ) ;
112
+ scriptEl . setAttribute ( 'async' , null ) ;
113
+ this . $refs . carbon . innerHTML = ''
114
+ this . $refs . carbon . appendChild ( scriptEl ) ;
108
115
} ,
109
116
changeLang : function ( locale ) {
110
117
$cookies . set ( "locale" , locale ) ;
Original file line number Diff line number Diff line change @@ -226,10 +226,10 @@ const Links = [
226
226
// url: "internals",
227
227
// name: "Internals"
228
228
// },
229
- {
230
- url : "roadmap" ,
231
- name : "Roadmap"
232
- } ,
229
+ // {
230
+ // url: "roadmap",
231
+ // name: "Roadmap"
232
+ // },
233
233
{
234
234
url : "changelog" ,
235
235
name : "Changelog"
You can’t perform that action at this time.
0 commit comments