FCF - Full Stack Javascript Framework
OpenSource is a full stack development framework designed to simplify the development of WEB projects of various complexity levels.
It is based on unique technologies that open up new opportunities in development approaches with NODEJS.
修订版 | 0b272317b0c5c242c9c40846981a39d673fc05ef (tree) |
---|---|
时间 | 2022-08-02 06:07:10 |
作者 | ![]() |
Commiter | Vladimir Markin |
fixed fcf.NClient.Wrapper.relaod() method (1.1.55)
@@ -655,7 +655,6 @@ | ||
655 | 655 | } |
656 | 656 | } |
657 | 657 | |
658 | - | |
659 | 658 | insertTemplate(domElement, a_template, a_options && a_options.updateStatic); |
660 | 659 | |
661 | 660 | if (focusElementNumber != -1) { |
@@ -806,7 +805,7 @@ | ||
806 | 805 | return; |
807 | 806 | } |
808 | 807 | |
809 | - insertTemplate(domElement, a_template, a_options && a_options.updateStatic); | |
808 | + insertTemplate(domElement, a_template, true); | |
810 | 809 | |
811 | 810 | fcf.liven(domElement, undefined, ()=>{}, a_options) |
812 | 811 | .then(()=>{ |