Skip to content
Snippets Groups Projects
Commit 319ce30e authored by amandaghassaei's avatar amandaghassaei
Browse files

index.html

parent 9145536f
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -15,7 +15,7 @@ function myWorker(){
if (data.url) {
var url = data.url;
var index = url.indexOf('main.html');//url of landing page
var index = url.indexOf('index.html');//url of landing page
if (index != -1) {
url = url.substring(0, index);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment