style.css could not be loaded

Bug #828544 reported by Torsten Witt
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Goobi.Presentation
Fix Released
Low
Sebastian Meyer

Bug Description

After loading page with plug-in "DLF: Page View" there is an 404 - error on the page.
FireBug: "NetworkError: 404 Not Found - http://goobidev.sub.uni-hamburg.de/theme/default/style.css"

The problem is, that in OpenLayers is the property "theme" with the default value "/theme/default/style.css".
The value for "theme" must be "null" to fix the bug.

Viewer.prototype.run = function():

 var options = {
  maxExtent: new OpenLayers.Bounds(0, 0, size_disp.w, size_disp.h),
  controls: [new OpenLayers.Control.Navigation()],
  numZoomLevels: 7,
  fractionalZoom: true
                theme: null
 };

Related branches

Revision history for this message
Torsten Witt (torsten-witt) wrote :
Changed in goobi-presentation:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → Sebastian Meyer (sebastian-meyer)
milestone: none → 1.0.2
Changed in goobi-presentation:
status: Confirmed → Fix Committed
Changed in goobi-presentation:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.