You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/js/blog/blogEntryBase.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ export class blogEntry{
41
41
42
42
this.bionicPercentConversion=.5;// Percent of the word to convert to bold
43
43
this.bionicPercentConversion_desktop=.5;
44
-
this.bionicPercentConversion_mobile=.35;
44
+
this.bionicPercentConversion_mobile=.4;
45
45
this.bionicBuildWaitTime=50;// MS Waittime between building chunks of bionic text
46
46
this.bionicBuildRunMax=10;// Number of lines of text to convert per wait time timeout into bionic text, avoids thread locking the browser on long entries.
47
47
this.body_bionic_toProcess=entryData.body.split('\n');// To Convert; Unprocessed body -> bionic conversion
0 commit comments