Skip to content
Snippets Groups Projects
Select Git revision
  • c3ed62a2413841da4def5dd9375e820010f59b98
  • master default protected
  • 0.5.9
  • 0.5.8
  • 0.5.7
  • 0.5.6
  • 0.5.5
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.4.17
  • 0.4.16
  • 0.4.15
  • 0.4.14
  • 0.4.13
  • 0.4.12
  • 0.4.11
  • 0.4.10
  • 0.4.9
  • 0.4.8
22 results

page.mjs

  • Volker Schukai's avatar
    c3ed62a2
    feat: Clean up example5 and improve HTML script readability · c3ed62a2
    Volker Schukai authored
    Summary of changes
    - Removed unnecessary blank line in page.mjs for clarity.
    - Reformatted the script tag in test.html for better readability and maintainability.
    - Corrected attribute name in generate.go to be consistent with its expected usage.
    
    Changes
    - In page.mjs, eliminated a blank line before the console.log statement, enhancing the structure of the code.
    - In test.html, the script tag for page.mjs now has its attributes spread across multiple lines, making it easier to read and modify in the future.
    - In generate.go, the attribute name was changed from "data-bob-alias" to "data-bob-aliases" to accurately reflect its purpose and maintain consistency in the data model across the application.
    Verified
    c3ed62a2
    History
    feat: Clean up example5 and improve HTML script readability
    Volker Schukai authored
    Summary of changes
    - Removed unnecessary blank line in page.mjs for clarity.
    - Reformatted the script tag in test.html for better readability and maintainability.
    - Corrected attribute name in generate.go to be consistent with its expected usage.
    
    Changes
    - In page.mjs, eliminated a blank line before the console.log statement, enhancing the structure of the code.
    - In test.html, the script tag for page.mjs now has its attributes spread across multiple lines, making it easier to read and modify in the future.
    - In generate.go, the attribute name was changed from "data-bob-alias" to "data-bob-aliases" to accurately reflect its purpose and maintain consistency in the data model across the application.