1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-16 03:34:33 +02:00

Adjustment to yesterday's FileCompiler updates that corrects a case where wire() function calls are used within include() statements

This commit is contained in:
Ryan Cramer
2017-01-05 13:02:12 -05:00
parent c0ef1aea92
commit 9ed0e415ed
3 changed files with 5 additions and 3 deletions

View File

@@ -414,7 +414,7 @@ if(typeof ProcessWire != "undefined") {
alert("prompt function requires vex");
return;
}
vex.dialog.prompt({
return vex.dialog.prompt({
message: message,
placeholder: placeholder,
callback: func

File diff suppressed because one or more lines are too long