diff --git a/MP.INVE/Components/CodeScan.razor.cs b/MP.INVE/Components/CodeScan.razor.cs
index 38c06308..c6c95fdb 100644
--- a/MP.INVE/Components/CodeScan.razor.cs
+++ b/MP.INVE/Components/CodeScan.razor.cs
@@ -38,7 +38,14 @@ namespace MP.INVE.Components
get => _lastScan;
set
{
- _lastScan = value.Trim();
+ if (value.StartsWith("http"))
+ {
+ _lastScan = $"#{value}";
+ }
+ else
+ {
+ _lastScan = value.Trim();
+ }
if (value != "")
{
saveSel(LastScan);
diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj
index c8f36ae9..5b462409 100644
--- a/MP.INVE/MP.INVE.csproj
+++ b/MP.INVE/MP.INVE.csproj
@@ -5,7 +5,7 @@
enable
enable
MP.INVE
- 6.16.2212.2716
+ 6.16.2212.2808
diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html
index 4bfea4a3..daef55e0 100644
--- a/MP.INVE/Resources/ChangeLog.html
+++ b/MP.INVE/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOINVE
- Versione: 6.16.2212.2716
+ Versione: 6.16.2212.2808
Note di rilascio:
-
diff --git a/MP.INVE/Resources/VersNum.txt b/MP.INVE/Resources/VersNum.txt
index 75554f4e..6faa0cef 100644
--- a/MP.INVE/Resources/VersNum.txt
+++ b/MP.INVE/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2212.2716
+6.16.2212.2808
diff --git a/MP.INVE/Resources/manifest.xml b/MP.INVE/Resources/manifest.xml
index e1bc1acb..c38a9a84 100644
--- a/MP.INVE/Resources/manifest.xml
+++ b/MP.INVE/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2212.2716
+ 6.16.2212.2808
https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip
https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html
false