Skip to content

Commit 8a96035

Browse files
author
zamgi
committed
...
1 parent f8dfa1e commit 8a96035

File tree

1 file changed

+1
-1
lines changed
  • MsSqlServerDatabaseTablesGraph.WebApp/Scripts/view

1 file changed

+1
-1
lines changed

MsSqlServerDatabaseTablesGraph.WebApp/Scripts/view/DAL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
var p = "/?ServerName=" + encodeURIComponent(_.ServerName) +
8181
"&DatabaseName=" + encodeURIComponent(_.DatabaseName);
8282
if (_.RootTableNames) {
83-
p += "/" + encodeURIComponent(_.RootTableNames);
83+
p += "&RootTableNames=" + encodeURIComponent(_.RootTableNames);
8484
}
8585
p += "&UserName=" + encodeURIComponent(_.UserName) +
8686
"&Password=" + encodeURIComponent(_.Password);

0 commit comments

Comments
 (0)