Commit 5ab2879 1 parent 7c81c88 commit 5ab2879 Copy full SHA for 5ab2879
File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 210
210
})
211
211
},
212
212
validateDataRequest () {
213
- console .log (' ValidateData' )
214
213
if (this .packageName !== ' ' && this .periodStart !== ' ' ) {
215
214
this .requestData ()
216
215
}
240
239
},
241
240
setURL () {
242
241
history .pushState ({ info: ` npm-stats ${ this .package } ` }, this .package , ` /#/${ this .package } ` )
243
- this .$ga .page ({
244
- page: ` /#/${ this .package } ` ,
245
- title: this .package ,
246
- location: window .location .href
247
- })
248
242
},
249
243
toggleSettings () {
250
244
this .showSettings = ! this .showSettings
251
- this .$ga .event ({
252
- eventCategory: ' Settings' ,
253
- eventAction: ' toggle'
254
- })
255
245
},
256
246
setDailyPng (payload ) {
257
247
this .dailyPng = payload
258
248
},
259
249
setWeeklyPng (payload ) {
260
250
this .weeklyPng = payload
261
- console .log (' weekly' , payload)
262
251
},
263
252
setMonthlyPng (payload ) {
264
253
this .monthlyPng = payload
You can’t perform that action at this time.
0 commit comments