Changeset 6f91f99 in Git for target


Ignore:
Timestamp:
02/09/22 15:46:58 (2 years ago)
Author:
Test <matonikolov77@…>
Branches:
main
Children:
8f1b7e9
Parents:
967b414
Message:

Refactored reply repository and discussion repository

Location:
target/classes
Files:
2 added
2 deleted
33 edited

Legend:

Unmodified
Added
Removed
  • target/classes/static/js/sharedScript.js

    r967b414 r6f91f99  
    9191
    9292    $(".user-movies-list").on("click", function (){
    93         children = $(this).children()
    94         first = true
     93       let children = $(this).children()
     94        let first = true
    9595        for (let item of children){
    9696            if(first){
Note: See TracChangeset for help on using the changeset viewer.