Skip to content

Commit

Permalink
fix folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
nimeso committed May 8, 2014
1 parent 41fcbb0 commit 5e51acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/DrawPolygonField.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public function Field($properties = array()) {
$jsvars = array(
"Name" => $this->name
);
Requirements::javascriptTemplate("draw_polygon_field/javascript/drawpolygonfield.js", $jsvars);
Requirements::css("draw_polygon_field/css/drawpolygonfield.css");
Requirements::javascriptTemplate("drawpolygonfield/javascript/drawpolygonfield.js", $jsvars);
Requirements::css("drawpolygonfield/css/drawpolygonfield.css");
$content = parent::Field();

$imgStr = "";
Expand Down

0 comments on commit 5e51acb

Please sign in to comment.