@@ -90,7 +90,7 @@ XKit.extensions.xkit_patches = new Object({
9090 let blogs = [ ] ;
9191 Promise . race ( [
9292 new Promise ( ( resolve ) => setTimeout ( resolve , 30000 ) ) ,
93- ( async ( ) => {
93+ ( async ( ) => {
9494 const { response} = await tumblr . apiFetch ( "/v2/user/info" , {
9595 queryParams : { 'fields[blogs]' : 'name' } ,
9696 } ) ;
@@ -426,9 +426,7 @@ XKit.extensions.xkit_patches = new Object({
426426
427427 const add_func = `(async ({callback_nonce, arguments}) => {
428428 try {
429- const return_value = await (${
430- XKit . tools . normalize_indentation ( "\t" . repeat ( 7 ) , func . toString ( ) )
431- } )(arguments);
429+ const return_value = await (${ XKit . tools . normalize_indentation ( "\t" . repeat ( 7 ) , func . toString ( ) ) } )(arguments);
432430
433431 window.postMessage({
434432 xkit_callback_nonce: callback_nonce,
@@ -690,7 +688,7 @@ XKit.extensions.xkit_patches = new Object({
690688 return this . cssMap ;
691689 }
692690
693- this . cssMap = await XKit . tools . async_add_function ( async ( ) => {
691+ this . cssMap = await XKit . tools . async_add_function ( async ( ) => {
694692 if ( ! window . tumblr ) {
695693 return null ;
696694 }
@@ -1324,7 +1322,7 @@ XKit.extensions.xkit_patches = new Object({
13241322 if ( typeof ( revisionString [ 1 ] ) === "undefined" ) {
13251323 version . patch = 0 ;
13261324 } else {
1327- // No need for toLowerCase here since we already do that when we split versionSplit above
1325+ // No need for toLowerCase here since we already do that when we split versionSplit above
13281326 version . patch = revisionString [ 1 ] . trim ( ) . charCodeAt ( 0 ) - "a" . charCodeAt ( 0 ) ;
13291327 }
13301328 } else {
@@ -3110,7 +3108,7 @@ XKit.extensions.xkit_patches = new Object({
31103108
31113109 $ ( "#xkit-notifications" ) . append ( m_html ) ;
31123110
3113- // console.log(" Notification > " + message);
3111+ // console.log(" Notification > " + message);
31143112
31153113 var m_notification_id = XKit . notifications . count ;
31163114 setTimeout ( function ( ) {
@@ -3121,7 +3119,7 @@ XKit.extensions.xkit_patches = new Object({
31213119 try {
31223120 callback ( ) ;
31233121 } catch ( e ) {
3124- // Meh.
3122+ // Meh.
31253123 }
31263124 }
31273125 $ ( "#xkit_notification_" + m_notification_id ) . slideUp ( 'slow' ) ;
0 commit comments