javascript - Website won't fully load without fragment identifier in URL -


this first time posting here , won't give u info work with, i'll try. i've tested website locally , works perfectly. uploaded server , doesn't work without "#" in url (it doesn't load background picture, background color).

i cant find problem in code impossible copy-paste 100 000 lines of code here, can give u working , nonworking link

here link of website: arminmuzaferija.ba arminmuzaferija.ba/# (working one)

note: website links set "#" because still under construction.a

the bug in path pictures used in slider (which not loading without fragment identifier in url). javascript expected full path.

wrong: <img src="images/picture.png">

right: <img src="http://arminmuzaferija.ba/images/picture.png">


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -