mateusz / silverstripe-frontend

15 stars 6 forks source link

Add URL parsing #2

Closed mateusz closed 11 years ago

mateusz commented 12 years ago

Currently the widget will break if the URL already uses the GET params (e.g. ?category=12 will yield ?category=12?start=2 when fetching)

mateusz commented 11 years ago

This is actually already done, using $.path via lib.js