File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ GetPage:
95
95
add 1 to N
96
96
put left N of Data into Data
97
97
iwsy load Player Embed
98
- ! iwsy path Data
98
+ iwsy path Data
99
99
iwsy run
100
100
end
101
101
stop
Original file line number Diff line number Diff line change @@ -808,8 +808,9 @@ DoOpen:
808
808
! Fill the browser with content from the server
809
809
if Static go to OpenFromStorage
810
810
if UserRecord go to OpenFromUser
811
- if IsHome go to OpenFromStorage
811
+ ! if IsHome go to OpenFromStorage
812
812
813
+ OpenFromAdmin:
813
814
gosub to CheckAdminPassword
814
815
if AdminPassword is empty stop
815
816
rest get Files from `list/` cat AdminPassword cat `/scripts?v=` cat now
@@ -904,8 +905,9 @@ SelectFile:
904
905
905
906
if Static go to SelectFromStorage
906
907
if UserRecord go to SelectFromUser
907
- if IsHome go to SelectFromStorage
908
-
908
+ ! if IsHome go to SelectFromStorage
909
+
910
+ SelectFromAdmin:
909
911
rest get Presentation from Protocol cat Domain cat `/resources/scripts/` cat File cat `?v=` cat now
910
912
go to UseFile
911
913
@@ -1000,6 +1002,7 @@ DoRunStop:
1000
1002
set Message to object
1001
1003
set property `action` of Message to `running`
1002
1004
send Message to StepsModule
1005
+ iwsy init CDN
1003
1006
iwsy run then
1004
1007
begin
1005
1008
gosub to ClearStepsButtons
Original file line number Diff line number Diff line change @@ -736,10 +736,12 @@ EditChain:
736
736
get UserHome from storage as `user.home`
737
737
set ChainNames to array
738
738
739
- if Static go to EditChainFromStorage
739
+ if Static is `static` go to EditChainFromStorage
740
740
if UserRecord go to EditChainFromUser
741
- if IsHome go to EditChainFromStorage
742
-
741
+ ! if IsHome go to EditChainFromStorage
742
+
743
+ EditChainFromAdmin:
744
+ print `EditChainFromAdmin`
743
745
get AdminPassword from storage as `.password`
744
746
if AdminPassword is empty put prompt `Please type the admin password` with `` into AdminPassword
745
747
rest get Valid from `verify/` cat AdminPassword
@@ -762,6 +764,7 @@ EditChain:
762
764
go to ProcessChainNames
763
765
764
766
EditChainFromUser:
767
+ print `EditChainFromUser`
765
768
rest get Files from `ulist/` cat Email cat `/` cat Password cat `/`
766
769
cat `users/` cat UserHome cat `/scripts`
767
770
put the json count of Files into FileCount
@@ -775,6 +778,7 @@ EditChainFromUser:
775
778
go to ProcessChainNames
776
779
777
780
EditChainFromStorage:
781
+ print `EditChainFromStorage`
778
782
get Files from storage
779
783
put the json count of Files into FileCount
780
784
put 0 into N
You can’t perform that action at this time.
0 commit comments