File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
packages/pico-engine/public Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -312,9 +312,10 @@ <h2>Children</h2>
312
312
Testing
313
313
< ul class = "testing-rids" >
314
314
{ { #each testing} }
315
- < li > < input type = "checkbox" id = "testing-{{@index}}" >
316
- < label class = "krlrid" for = "testing-{{@index}}" > { { this . rid} } </ label >
317
- < a href = "javascript:window.open('ruleset.html#{{this.rid}}','ruleset');void 0" > edit</ a >
315
+ < li >
316
+ < input type = "checkbox" id = "testing-{{@index}}" >
317
+ < label class = "krlrid" for = "testing-{{@index}}" > { { this . rid} } </ label >
318
+ < a href = "javascript:window.open('ruleset.html#{{this.rid}}','ruleset');void 0" > edit</ a >
318
319
</ li >
319
320
{ { / each} }
320
321
< li class = "legend" > Legend
Original file line number Diff line number Diff line change @@ -223,9 +223,7 @@ $.getJSON("/api/db-dump?legacy=true", function(db_dump){
223
223
callback ( thePicoInp ) ;
224
224
}
225
225
}
226
- var displayKrl = function ( ) {
227
- window . open ( "ruleset.html#" + $ ( this ) . html ( ) , "ruleset" ) . location . reload ( ) ;
228
- }
226
+
229
227
var renderTab =
230
228
function ( event ) {
231
229
var authenticated = event . data . authenticated ;
You can’t perform that action at this time.
0 commit comments