• R/O
  • SSH

fcf: 提交

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.


Commit MetaInfo

修订版0b272317b0c5c242c9c40846981a39d673fc05ef (tree)
时间2022-08-02 06:07:10
作者Vladimir Markin <v.o.markin221@gmai...>
CommiterVladimir Markin

Log Message

fixed fcf.NClient.Wrapper.relaod() method (1.1.55)

更改概述

差异

diff -r 836216726347 -r 0b272317b0c5 NClient/Wrapper.js
--- a/NClient/Wrapper.js Mon Aug 01 14:06:42 2022 +0300
+++ b/NClient/Wrapper.js Tue Aug 02 00:07:10 2022 +0300
@@ -655,7 +655,6 @@
655655 }
656656 }
657657
658-
659658 insertTemplate(domElement, a_template, a_options && a_options.updateStatic);
660659
661660 if (focusElementNumber != -1) {
@@ -806,7 +805,7 @@
806805 return;
807806 }
808807
809- insertTemplate(domElement, a_template, a_options && a_options.updateStatic);
808+ insertTemplate(domElement, a_template, true);
810809
811810 fcf.liven(domElement, undefined, ()=>{}, a_options)
812811 .then(()=>{
Show on old repository browser