Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <div id="am-second-header">
  2. <div className="am-second-header-text-block-container" onClick={defaultClickEvent.bind(null,typeId, true)}>
  3. { overlay(
  4. <div className="am-second-header-text-block">
  5. <span>{num}</span> <span>{str}</span>
  6. </div>, __('Filter by Type'), 0, 'right')
  7. }
  8. <ButtonDropDown id={typeId} options={options} />
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement